@elementor/editor-controls 4.3.0-968 → 4.3.0-969
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
- package/src/controls/gap-control.tsx +3 -1
package/dist/index.mjs
CHANGED
|
@@ -5105,7 +5105,7 @@ var GapControl = ({ label }) => {
|
|
|
5105
5105
|
const disabled = sizeDisabled || directionDisabled;
|
|
5106
5106
|
const propProviderProps = {
|
|
5107
5107
|
propType,
|
|
5108
|
-
value: directionValue ?? (!isLinked ? { row:
|
|
5108
|
+
value: directionValue ?? (!isLinked ? { row: directionPlaceholder?.row, column: directionPlaceholder?.column } : null),
|
|
5109
5109
|
setValue: (directions) => {
|
|
5110
5110
|
const entries = Object.entries(directions);
|
|
5111
5111
|
const filtered = entries.filter(([, value]) => Boolean(value));
|