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:
Nicolás Hatcher
2024-12-09 19:51:28 +01:00
parent 4ef8a6882f
commit a05ff18e40

View File

@@ -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>