mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
chore(web): removes now-unused func definition
This commit is contained in:
parent
83d46a1fd7
commit
ed48e94f2c
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue