logseq
logseq copied to clipboard
fix: auto-complete for `$$` and `^^`
closes #10932
Changes:
- Fixes auto complete for
^^ - Fixes end cursor travel for
$$
This is far more difficult to implement correctly:
- The normal case: typing two
^ - Select some text and type two
^- this fails
Hold this when feat/db branch is merged.