fix: change logseq portal's shortcut

pull/6345/head
Peng Xiao 2022-08-12 14:07:04 +08:00
parent 280ace28f3
commit 9b15fa0e63
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export class LogseqPortalTool extends TLTool<
TLApp<Shape, TLReactEventMap>
> {
static id = 'logseq-portal'
static shortcut = ['i']
static shortcut = ['l']
static states = [IdleState, CreatingState]
static initial = 'idle'