tomayac / SVGcode

Convert color bitmap images to color SVG vector images.
https://svgco.de
GNU General Public License v2.0
779 stars 117 forks source link

Using classList.toggle to remove a few lines #52

Closed captainbrosset closed 2 years ago

captainbrosset commented 2 years ago

Also, the event object that comes with the listener already has the visible prop as well, so e.visible could be used instead of accessing navigator.windowControlsOverlay.visible. Doesn't make a difference though, just shorter to write.

Thanks Thomas!

tomayac commented 2 years ago

Oh, I happily take a couple less bytes for $300. Thanks for the tip. Will change.