diff --git a/webapp/IronCalc/src/components/Editor/Editor.tsx b/webapp/IronCalc/src/components/Editor/Editor.tsx index a72390f..dce85c0 100644 --- a/webapp/IronCalc/src/components/Editor/Editor.tsx +++ b/webapp/IronCalc/src/components/Editor/Editor.tsx @@ -250,6 +250,8 @@ const Editor = (options: EditorOptions) => { }} onPaste={(event) => event.stopPropagation()} onCopy={(event) => event.stopPropagation()} + onDoubleClick={(event) => event.stopPropagation()} + onCut={(event) => event.stopPropagation()} /> );