mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Merge pull request #1865 from gunmiosb/fix774_1861
Fix overlays disappearing in SequentialMode
This commit is contained in:
commit
ed7da66b69
1 changed files with 1 additions and 4 deletions
|
@ -288,10 +288,7 @@
|
|||
style[transformProp] = "";
|
||||
}
|
||||
}
|
||||
|
||||
if (style.display !== 'none') {
|
||||
style.display = 'block';
|
||||
}
|
||||
style.display = 'block';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue