chore(web): removes now-unused func definition

This commit is contained in:
Joshua A. Horton 2023-04-21 12:12:28 +07:00
parent 83d46a1fd7
commit ed48e94f2c

View file

@ -445,13 +445,6 @@ namespace com.keyman.dom {
super(keyman);
}
/**
* Handle the touch end event for an input element
*/
dragEnd: (e: TouchEvent) => void = function(this: DOMTouchHandlers, e: TouchEvent) {
e.stopPropagation();
}.bind(this);
/**
* Scroll the document body vertically to bring the active input into view
*