mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] fix glitchy modal popover ( popovers get reinitialised after drag events. This still happens on mobile ops-list )
This commit is contained in:
parent
4a761673c0
commit
6a1501e7ae
3 changed files with 6 additions and 4 deletions
|
@ -298,7 +298,9 @@ class OperationsWaiter {
|
|||
this.removeIntent = false;
|
||||
}.bind(this));
|
||||
|
||||
$("#edit-favourites-list [data-toggle=popover]").popover();
|
||||
if (window.innerWidth >= this.app.breakpoint) {
|
||||
$("#edit-favourites-list [data-toggle=popover]").popover();
|
||||
}
|
||||
$("#favourites-modal").modal();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue