You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be fixed by altering only leobridgeserver.py (from editing its leo file: leoInteg.leo)
UNDO operation works with outline changes such as move node commands, but some others (insert node, rename node and maybe others..) seem to need to set an 'undo' restore point when being executed.
See class Undoer in leoUndo.py from Leo's sources for relevant methods to be called for this fix.
The text was updated successfully, but these errors were encountered:
This can be fixed by altering only leobridgeserver.py (from editing its leo file: leoInteg.leo)
UNDO operation works with outline changes such as move node commands, but some others (insert node, rename node and maybe others..) seem to need to set an 'undo' restore point when being executed.
See class Undoer in leoUndo.py from Leo's sources for relevant methods to be called for this fix.
The text was updated successfully, but these errors were encountered: