@elementor/editor-controls 3.32.0-83 → 3.32.0-84
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
|
@@ -5183,7 +5183,6 @@ var findByValue = (value) => {
|
|
|
5183
5183
|
var TransitionSelector = ({ recentlyUsedList = [] }) => {
|
|
5184
5184
|
const { value, setValue } = useBoundProp(import_editor_props44.keyValuePropTypeUtil);
|
|
5185
5185
|
const {
|
|
5186
|
-
value: { value: transitionValue },
|
|
5187
5186
|
key: { value: transitionLabel }
|
|
5188
5187
|
} = value;
|
|
5189
5188
|
const defaultRef = (0, import_react45.useRef)(null);
|
|
@@ -5251,7 +5250,7 @@ var TransitionSelector = ({ recentlyUsedList = [] }) => {
|
|
|
5251
5250
|
ItemSelector,
|
|
5252
5251
|
{
|
|
5253
5252
|
itemsList: getItemList(),
|
|
5254
|
-
selectedItem:
|
|
5253
|
+
selectedItem: transitionLabel,
|
|
5255
5254
|
onItemChange: handleTransitionPropertyChange,
|
|
5256
5255
|
onClose: popoverState.close,
|
|
5257
5256
|
sectionWidth: 268,
|