M.Sz.
M.Sz.
@kermitdafrog8 not yet
also, I'm using this workflow on my own repository: https://github.com/gucio321/tic-tac-go When I'm opening a pull request there, it works fine.
the same error on my private repo: Pull request opened by dependabot: https://github.com/gucio321/tic-tac-go/pull/126 workflow: https://github.com/gucio321/tic-tac-go/pull/126/checks?check_run_id=2437178430
You can check in exqmples/widgets. Iirc there was an pop-up modal impl I'll review your code and write some demo for you later since in in bus at the moment...
bruh, it is crazy! I'm trying to generate minimal reproducable example and now, I can say that it isn't fault of context menu; gonna try table now
Well, I found that the popup needs to be placed in the same layout level as its trigger (Like Allen said) here is my current code ```golang package main import...
so, what is going on here?....
> Well, maybe it will be changed later, it's too bad for the table I don't think that it's table's fault tbh...
wait I got it probably!
you cannot call giu.CloseCurrentPopup - it prevents the next command dto proceed; why - idk