@CL.Peter wrote:
Hi all,
https://gojs.net/latest/intro/commands.html#UpdatingCommandUI, the problem I encountered also exist in this sample, reproduce steps:
- Drag one node in this sample
- Click undo button
- (Wrong) Mouse move on the redo button and can't click, but you can use Ctrl+Y to redo.
The
enableAll()have been called andevent.propertyName = "FinishedUndo", and at that time, thecanRedo()return false.This problem does not exist on 1.7.23
Posts: 1
Participants: 1