aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-13 23:13:15 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-13 23:13:15 -0400
commit4770a958a7b1003d636a4f9ea2cfdb76558e61b9 (patch)
treed99d06c73640ce779e6b2dc9e03daa3dfe2b265e /src/client/views/EditableView.tsx
parent5cf0765e934ca183f0431bb3e6c9d57c2f9494f9 (diff)
columnheader editing progress
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index 684b948af..05c926399 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -155,7 +155,7 @@ export class EditableView extends ObservableReactComponent<EditableProps> {
case 'ArrowDown':
case 'ArrowLeft':
case 'ArrowRight':
- e.stopPropagation();
+ //e.stopPropagation();
break;
case 'Shift':
case 'Alt':