Vanessa 2023-12-01 10:39:07 +08:00
parent f5fdab844e
commit 4100f80958
4 changed files with 16 additions and 9 deletions

View file

@ -3,9 +3,7 @@ import {unicode2Emoji} from "../../../emoji";
import {transaction} from "../../wysiwyg/transaction";
export const openViewMenu = (element: HTMLElement) => {
const menu = new Menu("av-view", () => {
});
const menu = new Menu("av-view");
if (menu.isOpen) {
return;
}