We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887917d commit 3e736a8Copy full SHA for 3e736a8
src/x-759224-menu-builder-uic/components/alpha-menu-editor.js
@@ -12,6 +12,22 @@ const view = () => {
12
{/*
13
* append-to-meta is used to differentiate which now-button was clicked as they all use the same action
14
*/}
15
+ <now-button
16
+ label=""
17
+ variant="primary"
18
+ size="md"
19
+ icon="undo-top-fill"
20
+ tooltip-content="Undo"
21
+ append-to-meta={{ elementId: "undo" }}
22
+ ></now-button>
23
24
25
26
27
+ icon="redo-top-fill"
28
+ tooltip-content="Redo"
29
+ append-to-meta={{ elementId: "redo" }}
30
31
<now-button
32
label="Action"
33
variant="primary"
0 commit comments