Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
title={AlloyEditor.Strings.deleteTable}>
<svg>
</svg>
);
}
fireCustomUpdateEvent() {
const nativeEditor = this.props.editor.get('nativeEditor');
nativeEditor.fire('customUpdate');
}
}
AlloyEditor.Buttons[EzBtnTableRemove.key] = AlloyEditor.EzBtnTableRemove = EzBtnTableRemove;
eZ.addConfig('ezAlloyEditor.ezBtnTableRemove', EzBtnTableRemove);
title={AlloyEditor.Strings.deleteTable}>
<svg>
</svg>
);
}
fireCustomUpdateEvent() {
const nativeEditor = this.props.editor.get('nativeEditor');
nativeEditor.fire('customUpdate');
}
}
AlloyEditor.Buttons[EzBtnTableRemove.key] = AlloyEditor.EzBtnTableRemove = EzBtnTableRemove;
const eZ = (window.eZ = window.eZ || {});
eZ.ezAlloyEditor = eZ.ezAlloyEditor || {};
eZ.ezAlloyEditor.ezBtnTableRemove = EzBtnTableRemove;