Merge branch 'whiteboards' into whiteboards-cleanup

This commit is contained in:
Konstantinos Kaloutas
2022-08-12 14:11:32 +03:00

View File

@@ -163,6 +163,15 @@ export class TLApp<
this.notify('saveAs', null)
},
},
{
keys: 'mod+shift+v',
fn: (_, __, e) => {
if (!this.editingShape) {
e.preventDefault()
this.paste(undefined, true)
}
},
},
{
keys: ['delete', 'backspace'],
fn: () => {