The current workaround sets the focus to the draggable checkbox. It would be better to set the focus to the clicked image. For that purpose it should become a link with a javascript:... href attribute.
Another issue in this context: why did the "d3.select" call not work from within the onclick event? Would it work from the 'href' attribute?
problem: https://groups.io/g/GroundForge/topic/81673031 quick fix: https://github.com/d-bl/GroundForge/commit/9bba012e
The current workaround sets the focus to the
draggable
checkbox. It would be better to set the focus to the clicked image. For that purpose it should become a link with ajavascript:...
href attribute.Another issue in this context: why did the "d3.select" call not work from within the
onclick
event? Would it work from the 'href' attribute?