mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +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] = "";
|
style[transformProp] = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (style.display !== 'none') {
|
|
||||||
style.display = 'block';
|
style.display = 'block';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// private
|
// private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user