diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-12-06 22:06:16 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-12-06 22:06:16 -0500 |
| commit | f59e343553878029d846e5eae2963fc9c3481b13 (patch) | |
| tree | c8fc80a059841664aeb79f09f26217737494aa4c /src/client/views/nodes/trails | |
| parent | 7bde1b066a68fca6202b3f42c1cb54aa85c13890 (diff) | |
types
Diffstat (limited to 'src/client/views/nodes/trails')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 4 |
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' }}> |
