mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Rename tagEditor tag-editor.ts
This commit is contained in:
parent
b49112a910
commit
8ee6ccf853
2 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import { EditableContainer } from "./editable-container";
|
||||||
import { Editable } from "./editable";
|
import { Editable } from "./editable";
|
||||||
import { Codable } from "./codable";
|
import { Codable } from "./codable";
|
||||||
import { initToolbar, fieldFocused } from "./toolbar";
|
import { initToolbar, fieldFocused } from "./toolbar";
|
||||||
import { initTagEditor } from "./tagEditor";
|
import { initTagEditor } from "./tag-editor";
|
||||||
|
|
||||||
export { setNoteId, getNoteId } from "./note-id";
|
export { setNoteId, getNoteId } from "./note-id";
|
||||||
export { saveNow } from "./change-timer";
|
export { saveNow } from "./change-timer";
|
||||||
|
|
Loading…
Reference in a new issue