StefanOltmann / exif-viewer

Free online EXIF Viewer (made with Kotlin/WASM)
http://stefan-oltmann.de/exif-viewer
GNU Affero General Public License v3.0
29 stars 1 forks source link

Fix hover-effect in integration #8

Closed StefanOltmann closed 8 months ago

StefanOltmann commented 8 months ago

With #7 I implemented a feature that overflow values get highlighted.

It works in the local HTML files, but for some reason not in the integrated project.

This needs further investigation.

StefanOltmann commented 8 months ago

Fixed. Problem was that at the time the JS executed the spans to highlight are not part of the DOM.