Skip to content

Commit b9105e7

Browse files
authored
IBX-10338: Cannot edit content after discarding creation (#1644)
1 parent 04e5be6 commit b9105e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bundle/Resources/public/js/scripts/sidebar/extra.actions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ import { getInstance } from '@ibexa-admin-ui/src/bundle/Resources/public/js/scri
5353
node.dispatchEvent(new CustomEvent('change'));
5454
}
5555
});
56+
57+
formsInitialData.clear();
5658
};
5759
const haveHiddenPart = (element) => element.classList.contains(CLASS_HIDDEN) && !element.classList.contains(CLASS_PREVENT_SHOW);
5860
const removeBackdrop = () => {

0 commit comments

Comments
 (0)