From ed48e94f2cefe3cd58a1f4a771ad95a72e00aecd Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Fri, 21 Apr 2023 12:12:28 +0700 Subject: [PATCH] chore(web): removes now-unused func definition --- web/src/engine/namespaced-main/dom/domEventHandlers.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/src/engine/namespaced-main/dom/domEventHandlers.ts b/web/src/engine/namespaced-main/dom/domEventHandlers.ts index 57f611be81..7648a5d492 100644 --- a/web/src/engine/namespaced-main/dom/domEventHandlers.ts +++ b/web/src/engine/namespaced-main/dom/domEventHandlers.ts @@ -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 *