mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Import saveField from editor/saving.ts
This commit is contained in:
parent
54b6491ce3
commit
c46f39c88e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue