adam-jw-casey / beavor

MIT License
1 stars 0 forks source link

Link editor should close automatically when you click outside it #63

Open adam-jw-casey opened 1 year ago

adam-jw-casey commented 1 year ago

Having to manually click "Done" is annoying, and feels dated.

Should be able to use a MouseArea or whatever it's called.

adam-jw-casey commented 1 year ago

Turns out MouseArea doesn't have a "click outside" binding. I was thinking of the one that iced additional widgets modal has (.backdrop()).