chrisputnam9 / chrome-google-keep-full-screen

Chrome Extension - Makes Google Keep editing use full browser window.
MIT License
61 stars 18 forks source link

[1.3.0] "Fullscreen Help" occasionally disappears from the menu #6

Closed chrisputnam9 closed 5 months ago

chrisputnam9 commented 5 years ago

I haven't been able to figure out what triggers it yet. I suspect some action causes the menu to re-render.

If anyone can figure out steps to replicate, please let me know.

chrisputnam9 commented 5 years ago

Possibly addressed by eabdda14d6dafae6441119b8bdc4bfa090d5e471

chrisputnam9 commented 5 years ago

Just saw this happen again, so it's not fully resolved. Still not sure what caused it, but possibly clicking into something too quickly during page load...

Possible idea: on window load, check every 200 ms or so, until menu exists, then add the menu item and stop polling.

Not sure if the issue is only during load though - something else could be causing the menu to re-render as well.

chrisputnam9 commented 2 years ago

See #20 - certainly related if not part of the direct cause