From 9518006ff10d3c9e433332339ebea085767ac7de Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Mon, 17 Mar 2025 10:15:33 +0200 Subject: [PATCH] refactor: menuInvoker annotation be no longer needed Tag menu will only be invoked through click event on the color button, command, or Formatter instance. --- src/editor-mode/annotations/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/editor-mode/annotations/index.ts b/src/editor-mode/annotations/index.ts index 93ed0ce..886eef4 100644 --- a/src/editor-mode/annotations/index.ts +++ b/src/editor-mode/annotations/index.ts @@ -1,2 +1 @@ -export * from "./refresherAnnot"; -export * from "./menuInvokerAnnot"; \ No newline at end of file +export * from "./refresherAnnot"; \ No newline at end of file