Merge branch 'develop' into feature/BUDI-7458

This commit is contained in:
Michael Drury 2023-09-25 16:29:01 +01:00 committed by GitHub
commit 28189fa5ae
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.10.12-alpha.6",
"version": "2.10.12-alpha.7",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -38,14 +38,12 @@
hoverable
on:click={store.undo}
disabled={!$store.canUndo}
tooltip="Undo latest change"
/>
<Icon
name="Redo"
hoverable
on:click={store.redo}
disabled={!$store.canRedo}
tooltip="Redo latest undo"
/>
</div>