mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Removed unnecessary (style.display !== 'none') check
Fixes issues 774 and 1861
This commit is contained in:
parent
84dd5cd6a7
commit
f9fea572a5
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