diff --git a/ts/editor/label-container.ts b/ts/editor/label-container.ts index e43815324..16613b1df 100644 --- a/ts/editor/label-container.ts +++ b/ts/editor/label-container.ts @@ -7,7 +7,7 @@ import * as tr from "lib/i18n"; import { registerShortcut } from "lib/shortcuts"; import { bridgeCommand } from "./lib"; import { appendInParentheses } from "./helpers"; -import { saveField } from "./change-timer"; +import { saveField } from "./saving"; import { getCurrentField, forEditorField, i18n } from "."; import pinIcon from "./pin-angle.svg";