Fix 6.93 with brackground image breaks scrolling on lists within swimlanes.

Thanks to xet7 !

Fixes #4936
This commit is contained in:
Lauri Ojansivu 2023-06-03 20:38:03 -04:00
parent 4405693b1f
commit 04aaa6f30c
3 changed files with 11 additions and 18 deletions

View file

@ -694,9 +694,8 @@ BlazeComponent.extendComponent({
'click .js-remove-background-image'() {
const currentBoard = Boards.findOne(Session.get('currentBoard'));
currentBoard.setBackgroundImageURL("");
Utils.setBackgroundImage("");
Popup.back();
//Utils.reload();
Utils.reload();
event.preventDefault();
},
},