gabrielbull/react-desktop

[macOS] Undo not working properly with pin

Closed this issue · 2 comments

Current behavior

(as observed in the demo page http://reactdesktop.js.org/docs/mac-os/pin)

  • When performing undo on previous input, the previous box is cleared but the cursor is still kept at the current box.
    image

  • Undoing backspace is not working i.e. the deleted number is not restored.

Expected behavior

  • Undoing inserting should restore previous position of the cursor.

  • It should be possible to restore deleted number by undo operation.

@haivp3010 You can submit a PR if you'd like this behavior to change

@gabrielbull OK I will look into it