Import saveField from editor/saving.ts

This commit is contained in:
Henrik Giesel 2021-09-15 14:09:25 +02:00
parent 54b6491ce3
commit c46f39c88e

View file

@ -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";