mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
temporarily disable broken shift+click switch
This commit is contained in:
parent
aadf65783f
commit
ba0fe89876
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "loom",
|
||||
"name": "Loom",
|
||||
"version": "1.21.1",
|
||||
"version": "1.21.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Loom in Obsidian",
|
||||
"author": "celeste",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-loom",
|
||||
"version": "1.21.1",
|
||||
"version": "1.21.2",
|
||||
"description": "Loom in Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
2
views.ts
2
views.ts
|
|
@ -751,7 +751,7 @@ export const loomEditorPluginSpec: PluginSpec<LoomEditorPlugin> = {
|
|||
// the second last element, since the last is `loom__editor-node-hover`
|
||||
const className = target.classList[target.classList.length - 2];
|
||||
const id = className.split("-").slice(2).join("-");
|
||||
this.app.workspace.trigger("loom:switch-to", id);
|
||||
// app.workspace.trigger("loom:switch-to", id); FIXME :3
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue