darkroomjs
darkroomjs copied to clipboard
icons hidden
Hi guy,
I want to know if there is a specific reason to use:
element.style.visibility = 'hidden';
instead of:
element.style.display = 'none';
for darkroom icons div element. In fact, visibility: hidden
affect the layout.
Can we change this ? I can create a pull request if needed