@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.js
CHANGED
|
@@ -1295,7 +1295,7 @@ function useActionProps3() {
|
|
|
1295
1295
|
function init5() {
|
|
1296
1296
|
toolsMenu.registerToggleAction({
|
|
1297
1297
|
id: "document-settings-button",
|
|
1298
|
-
priority:
|
|
1298
|
+
priority: 5,
|
|
1299
1299
|
useProps: useActionProps3
|
|
1300
1300
|
});
|
|
1301
1301
|
}
|
|
@@ -1488,7 +1488,7 @@ function useActionProps7() {
|
|
|
1488
1488
|
function init10() {
|
|
1489
1489
|
toolsMenu.registerToggleAction({
|
|
1490
1490
|
id: "open-history",
|
|
1491
|
-
priority:
|
|
1491
|
+
priority: 3,
|
|
1492
1492
|
useProps: useActionProps7
|
|
1493
1493
|
});
|
|
1494
1494
|
}
|