@elementor/editor-app-bar 4.3.0-1049 → 4.3.0-1051
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -1287,7 +1287,7 @@ function useActionProps3() {
|
|
|
1287
1287
|
function init5() {
|
|
1288
1288
|
toolsMenu.registerToggleAction({
|
|
1289
1289
|
id: "document-settings-button",
|
|
1290
|
-
priority:
|
|
1290
|
+
priority: 5,
|
|
1291
1291
|
useProps: useActionProps3
|
|
1292
1292
|
});
|
|
1293
1293
|
}
|
|
@@ -1491,7 +1491,7 @@ function useActionProps7() {
|
|
|
1491
1491
|
function init10() {
|
|
1492
1492
|
toolsMenu.registerToggleAction({
|
|
1493
1493
|
id: "open-history",
|
|
1494
|
-
priority:
|
|
1494
|
+
priority: 3,
|
|
1495
1495
|
useProps: useActionProps7
|
|
1496
1496
|
});
|
|
1497
1497
|
}
|