mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Export saveNow
This commit is contained in:
parent
934a9bd24b
commit
bc7a1d12cd
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import { onFocus, onBlur } from "./focusHandlers";
|
|||
|
||||
export { setNoteId, getNoteId } from "./noteId";
|
||||
export { preventButtonFocus, toggleEditorButton, setFGButton } from "./toolbar";
|
||||
export { saveNow } from "./changeTimer";
|
||||
|
||||
declare global {
|
||||
interface Selection {
|
||||
|
|
Loading…
Reference in a new issue