aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes')
-rw-r--r--src/client/views/nodes/trails/PresBox.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx
index 19f271246..f1b501506 100644
--- a/src/client/views/nodes/trails/PresBox.tsx
+++ b/src/client/views/nodes/trails/PresBox.tsx
@@ -2812,10 +2812,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() {
this.stopDictation(true);
e.stopPropagation();
}}
- onKeyPress={e => e.stopPropagation()}
- onPointerDown={e => e.stopPropagation()}
- onClick={e => e.stopPropagation()}
- onPointerUp={e => e.stopPropagation()}
/>
{/* <input className="chatbox" placeholder="Customize..." value={this.chatInput} onChange={e => this.setChatInput(e.target.value)} /> */}
<div style={{ alignSelf: 'flex-end', display: 'flex', gap: '8px' }}>