This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fixed
#3395
: allow for multiline titles (
#3396
)
(
#3395
)
revert-3409-performance
michel404
7 years ago
committed by
Yotam Berkowitz
parent
f405fe86b8
commit
9c3c3cda26
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
;
}
Write
Preview
Loading…
Cancel
Save