diff options
author | bobzel <zzzman@gmail.com> | 2023-11-16 16:18:32 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-11-16 16:18:32 -0500 |
commit | 5931380effc04d63bb05c47eb6bde7b20a1b214f (patch) | |
tree | b31f2a044e7752c0a732d830757793bcafbcad10 /src/client/views/nodes/ScriptingBox.tsx | |
parent | 384489db1afe0bc332a382446db0c0434a34525d (diff) |
removed touch code that wasn't being used or maintained
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.tsx')
-rw-r--r-- | src/client/views/nodes/ScriptingBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScriptingBox.tsx b/src/client/views/nodes/ScriptingBox.tsx index 7c8a1849e..197c520c7 100644 --- a/src/client/views/nodes/ScriptingBox.tsx +++ b/src/client/views/nodes/ScriptingBox.tsx @@ -27,7 +27,6 @@ const _global = (window /* browser */ || global) /* node */ as any; @observer export class ScriptingBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps>() { private dropDisposer?: DragManager.DragDropDisposer; - protected _multiTouchDisposer?: InteractionUtils.MultiTouchEventDisposer | undefined; public static LayoutString(fieldStr: string) { return FieldView.LayoutString(ScriptingBox, fieldStr); } |