This commit is contained in:
Vanessa 2023-07-28 20:16:32 +08:00
parent 119314ba02
commit ebc2111fe8
7 changed files with 78 additions and 29 deletions

View file

@ -13,7 +13,7 @@ export class BlockRef extends ToolbarItem {
return;
}
fixTableRange(protyle.toolbar.range);
hintRef(protyle.toolbar.range.toString(), protyle, true);
hintRef(protyle.toolbar.range.toString(), protyle, "search");
protyle.toolbar.element.classList.add("fn__none");
event.stopPropagation();
});