Skip to content

Commit 09161fb

Browse files
committed
dont remove the blocks you just spent time so carefully retaining
1 parent 9994683 commit 09161fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/containers/tw-custom-extension-modal.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class CustomExtensionModal extends React.Component {
138138
// eslint-disable-next-line no-alert
139139
alert('The extension you used for the edit had a different ID than the one you were editing.');
140140
}
141-
this.props.vm.runtime._removeExtensionPrimitive(this.props.swapId);
142141
loadedIds.forEach(extId => {
143142
const idx = runtime._blockInfo.findLastIndex(ext => ext.id === extId);
144143
const ext = runtime._blockInfo[idx];

0 commit comments

Comments
 (0)