PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.3
Elementor Website Builder – more than just a page builder v3.32.3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | assets/js/admin-top-bar.js +11 -3 4.2.0-beta2 → 3.32.3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.32.0 - 29-09-2025 */
1 2 /******/ (() => { // webpackBootstrap
2 3 /******/ var __webpack_modules__ = ({
3 4
4 5 /***/ "../assets/dev/js/utils/react.js":
@@ -139,14 +140,21 @@
139 140
140 141 // Handle Top Bar visibility on initiation: Indicate that the admin top bar is visible and the page content needs to push down below the admin top bar for visibility.
141 142 (0, _react.useEffect)(function () {
142 143 var adminTopBarElement = document.querySelector('#e-admin-top-bar-root');
143 - adminTopBarElement === null || adminTopBarElement === void 0 || adminTopBarElement.classList.add('e-admin-top-bar--active');
144 - adminTopBarElement === null || adminTopBarElement === void 0 || adminTopBarElement.classList.add('e-admin-top-bar--editor-one');
144 + adminTopBarElement.classList.add('e-admin-top-bar--active');
145 145 }, []);
146 146
147 147 // Handle the page title visibility in admin top bar.
148 148 var pageTitleText = (0, _usePageTitle.usePageTitle)();
149 +
150 + // Handle the action buttons visibility in admin top bar on initiation.
151 + (0, _react.useEffect)(function () {
152 + var actionButtonElements = document.querySelectorAll('.page-title-action');
153 + actionButtonElements.forEach(function (actionButtonElement) {
154 + actionButtonsRef.current.appendChild(actionButtonElement);
155 + });
156 + }, []);
149 157 var finderAction = function finderAction() {
150 158 $e.route('finder');
151 159 };
152 160 var controlSign = _environment.default.mac ? "\u2318" : '^';
@@ -263,9 +271,9 @@
263 271 className: "e-admin-top-bar__heading"
264 272 }, /*#__PURE__*/_react.default.createElement("div", {
265 273 className: "e-logo-wrapper"
266 274 }, /*#__PURE__*/_react.default.createElement("i", {
267 - className: "eicon-elementor-circle",
275 + className: "eicon-elementor",
268 276 "aria-hidden": "true"
269 277 })), /*#__PURE__*/_react.default.createElement("span", {
270 278 className: "e-admin-top-bar__heading-title"
271 279 }, props.children));