Skip to content

2022-April-21 - Prerelease - 2.6.690

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Apr 23:10
1617343
Fix error if the same "undo" is clicked twice in succession. (#10340)

* Fix error if the same "undo" is clicked twice in succession.

This change disables the button once it's clicked, so that clicking it again won't do anything. Previously, it would result in an "move index out of bounds" error dialog shown.