mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
* Add a store to indicate whether input trigger is active Button state is then indicated by: caretIsInBold XOR boldTriggerActive * Fix surrounding where normalization is tripped up by empty text nodes * Add failing test for unsurrounding * Fix failing test * prohibitOverlapse does not need to be active, if aboveEnd is null * Reinsert Italic and Underline button * Refactor find-adjacent to use sum types * Simplify return value of normalizeAdjacent |
||
|---|---|---|
| .. | ||
| ascend.ts | ||
| child-node-range.ts | ||
| find-above.ts | ||
| find-adjacent.test.ts | ||
| find-adjacent.ts | ||
| find-within.ts | ||
| index.ts | ||
| matcher.ts | ||
| merge-match.ts | ||
| no-splitting.test.ts | ||
| no-splitting.ts | ||
| normalize-insertion-ranges.ts | ||
| range-anchors.ts | ||
| text-node.ts | ||
| unsurround.test.ts | ||
| unsurround.ts | ||
| within-range.ts | ||