ProjectVisBug icon indicating copy to clipboard operation
ProjectVisBug copied to clipboard

Context menu color choice and VisBug don't match

Open argyleink opened this issue 4 years ago • 0 comments

found by @zeaccs

show visbug -> hide visbug -> change color mode to rgb -> show visbug again

I believe the issue that when hidden, eject.js deletes the node and restore.js creates a new one that never got the attribute update from the extension event. need to find a way to create a node in memory and share it. That way, no new ones get created, it's always the same first VisBug element, but depending on restoration or injection, it's present in the DOM.

argyleink avatar May 26 '21 18:05 argyleink