From c46f39c88ef1c0826db2e2be2bc6288593bb5c75 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Wed, 15 Sep 2021 14:09:25 +0200 Subject: [PATCH] Import saveField from editor/saving.ts --- ts/editor/label-container.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";