refactor(es modules): continue migration

This commit is contained in:
Azgaar 2022-06-26 00:57:53 +03:00
parent 4a04a8622d
commit 922c6e2431
39 changed files with 551 additions and 589 deletions

View file

@ -1,4 +1,5 @@
import {findCell} from "/src/utils/graphUtils";
import {showMainTip} from "/src/scripts/tooltips";
export function editLabel() {
if (customization) return;
@ -14,7 +15,7 @@ export function editLabel() {
$("#labelEditor").dialog({
title: "Edit Label",
resizable: false,
width: fitContent(),
width: "fit-content",
position: {my: "center top+10", at: "bottom", of: text, collision: "fit"},
close: closeLabelEditor
});