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,10 +288,7 @@
|
|||||||
style[transformProp] = "";
|
style[transformProp] = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
style.display = 'block';
|
||||||
if (style.display !== 'none') {
|
|
||||||
style.display = 'block';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user