mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Removed unnecessary (style.display !== 'none') check
Fixes issues 774 and 1861
This commit is contained in:
parent
84dd5cd6a7
commit
f9fea572a5
@ -288,11 +288,8 @@
|
||||
style[transformProp] = "";
|
||||
}
|
||||
}
|
||||
|
||||
if (style.display !== 'none') {
|
||||
style.display = 'block';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// private
|
||||
|
Loading…
Reference in New Issue
Block a user