mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 14:37:14 -05:00
* Ported from #1046: * disabling buttons will clear button highlight * enabling button will set button highlight * move caret to end executed before enabling buttons (so button highlight will be for actual position of caret) * move caret to end will also be executed if previousActiveElement is null, which will only be the case before the first onBlur was executed: * so that caret will be moved to end on opening editor |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| changeTimer.ts | ||
| editable.scss | ||
| editor.scss | ||
| focusHandlers.ts | ||
| helpers.ts | ||
| htmlFilter.ts | ||
| index.ts | ||
| inputHandlers.ts | ||
| lib.ts | ||
| noteId.ts | ||
| toolbar.ts | ||
| wrap.ts | ||