Identical buttons are called at the same time
Closed this issue · 1 comments
Deleted user commented
If you create two buttons, regardless of the position, if the first arguments are the same, both are activated when the one in which was created first is clicked.
vrld commented
In these cases you need to use a widget id, see here. As of commit 6cb5596 there is also a section in the Gettng started guide.