Bläddra i källkod

fix(plugin): typo

charlie 4 år sedan
förälder
incheckning
f4b6995479
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      libs/src/LSPlugin.user.ts

+ 1 - 1
libs/src/LSPlugin.user.ts

@@ -155,7 +155,7 @@ const editor: Partial<IEditorProxy> = {
       return false
     }
 
-    const key = +'_' + this.baseInfo.id
+    const key = tag + '_' + this.baseInfo.id
     const label = tag
     const type = 'block-context-menu-item'