FIX: Stop propagation in Rename window
We will need to do this in every widget in a more efficient manner
This commit is contained in:
@@ -43,6 +43,7 @@ export const SheetRenameDialog = (properties: SheetRenameDialogProps) => {
|
|||||||
setName(event.target.value);
|
setName(event.target.value);
|
||||||
}}
|
}}
|
||||||
spellCheck="false"
|
spellCheck="false"
|
||||||
|
onPaste={(event) => event.stopPropagation()}
|
||||||
/>
|
/>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
|
|||||||
Reference in New Issue
Block a user