Browse Source

Fixed #3395: allow for multiline titles (#3396)

(#3395)
revert-3409-performance
michel404 6 years ago
committed by Yotam Berkowitz
parent
commit
9c3c3cda26
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lib/shared/Popup.js

+ 2
- 0
lib/shared/Popup.js View File

@ -118,6 +118,8 @@ class Popup {
*/
hide() {
this.hidden = true;
this.frame.style.left = "0";
this.frame.style.top = "0";
this.frame.style.visibility = "hidden";
}

Loading…
Cancel
Save