seed-hypermedia/mintter

Bug: Small issues with math block

Closed this issue · 4 comments

  • Impossible to move your cursor before the math block if it is the first block of a document
  • When you blur the draft window and re-focus it while a math block is active, it will remain active but the text field has gone away.
  • Cursor is trapped in math block once it is active (up and down arrows should allow you to go to the previous or next text block)

Will take this issue

Fixed issues 2 and 3 in commit #2368bdb. I don't understand what the first one means. I believe all block-type nodes in the app don't allow moving cursor before them, but it is possible to select them?

Yes it is a problem with all block nodes! I should be able to put cursor before them by selecting and pressing the left or up arrow key. Then when I start typing it should create a new text block above them

Fixed issue 1 in commit #ec8bf2e