We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e5be6 commit b9105e7Copy full SHA for b9105e7
src/bundle/Resources/public/js/scripts/sidebar/extra.actions.js
@@ -53,6 +53,8 @@ import { getInstance } from '@ibexa-admin-ui/src/bundle/Resources/public/js/scri
53
node.dispatchEvent(new CustomEvent('change'));
54
}
55
});
56
+
57
+ formsInitialData.clear();
58
};
59
const haveHiddenPart = (element) => element.classList.contains(CLASS_HIDDEN) && !element.classList.contains(CLASS_PREVENT_SHOW);
60
const removeBackdrop = () => {
0 commit comments