#1458 contextMenu improvement

This commit is contained in:
Grzegorz Zając 2023-12-18 09:11:24 +01:00
parent 92213a5278
commit dfbf69644e

View File

@ -47,6 +47,7 @@ const createContextMenus = () => {
};
}
browser.contextMenus.removeAll();
browser.contextMenus.create(options);
}
})