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 9994683 commit 09161fbCopy full SHA for 09161fb
src/containers/tw-custom-extension-modal.jsx
@@ -138,7 +138,6 @@ class CustomExtensionModal extends React.Component {
138
// eslint-disable-next-line no-alert
139
alert('The extension you used for the edit had a different ID than the one you were editing.');
140
}
141
- this.props.vm.runtime._removeExtensionPrimitive(this.props.swapId);
142
loadedIds.forEach(extId => {
143
const idx = runtime._blockInfo.findLastIndex(ext => ext.id === extId);
144
const ext = runtime._blockInfo[idx];
0 commit comments