#555 Remove the icon on the cancel button

master
agriyadev5 2021-06-02 17:40:58 +05:30
parent a9dff71547
commit 0b44fdb076
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ export default {
const button = document.createElement('button');
// eslint-disable-next-line max-len
button.innerHTML = '<img class="svg_icon" src="./images/cancel.svg" alt="icon" width="16" height="16" />' + svgEditor.i18next.t('common.cancel');
button.innerHTML = svgEditor.i18next.t('common.cancel');
browser.appendChild(button);
button.addEventListener('click', function () {
$id("imgbrowse_holder").style.display = 'none';