mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Merge pull request #1865 from gunmiosb/fix774_1861
Fix overlays disappearing in SequentialMode
This commit is contained in:
commit
ed7da66b69
@ -288,11 +288,8 @@
|
|||||||
style[transformProp] = "";
|
style[transformProp] = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (style.display !== 'none') {
|
|
||||||
style.display = 'block';
|
style.display = 'block';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// private
|
// private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user