mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
fix: export HTML currently exports JS popups
This commit is contained in:
parent
d954b97aac
commit
fe887b7b5e
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ window.ExportHtml = Popup => {
|
|||
Array.from(
|
||||
document.querySelectorAll('#header-main-bar .board-header-btns'),
|
||||
).forEach(elem => elem.remove());
|
||||
Array.from(
|
||||
document.querySelectorAll('.js-pop-over, .pop-over'),
|
||||
).forEach(elem => elem.remove());
|
||||
Array.from(document.querySelectorAll('.list-composer')).forEach(elem =>
|
||||
elem.remove(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue