mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
fix: shift pasting in whiteboard
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user