OS:windows 11 home edition
Obsidian: 1.12.7
Claudian:2.0.10
Another quick switch:14.6.0, source code: https://github.com/tadashi-aikawa/obsidian-another-quick-switcher
I'm using Another Quick Switcher: Command palette to replace obsidian default command palette.
But when the first time obsidian started, the command palette do not show and the error showed on console:
Uncaught (in promise) TypeError: view.getTabManager is not a function
at ClaudianPlugin.canCreateNewTab (plugin:claudian:92483:53)
at Object.checkCallback (plugin:claudian:92410:19)
at eval (plugin:obsidian-anot…ck-switcher:7:19309)
at Array.filter (<anonymous>)
at is (plugin:obsidian-anot…ck-switcher:7:19279)
at ji (plugin:obsidian-anot…k-switcher:20:13373)
canCreateNewTab @ plugin:claudian:92483
checkCallback @ plugin:claudian:92410
eval @ plugin:obsidian-another-quick-switcher:7
is @ plugin:obsidian-another-quick-switcher:7
ji @ plugin:obsidian-anot…r-quick-switcher:20
await in ji
callback @ plugin:obsidian-anot…r-quick-switcher:20
K6 @ app.js:1
e.executeCommand @ app.js:1
e.onTrigger @ app.js:1
e.handleKey @ app.js:1
e.handleKey @ app.js:1
t.handleKey @ app.js:1
e.onKeyEvent @ app.js:1
If I disable claudian and then enable it, command palette is ok.
OS:windows 11 home edition
Obsidian: 1.12.7
Claudian:2.0.10
Another quick switch:14.6.0, source code: https://github.com/tadashi-aikawa/obsidian-another-quick-switcher
I'm using
Another Quick Switcher: Command paletteto replace obsidian default command palette.But when the first time obsidian started, the command palette do not show and the error showed on console:
If I disable claudian and then enable it, command palette is ok.