You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
auto button = actions->addNew<Wt::WPushButton>("Delete");
button->clicked().connect([=] () mutable {
button->disable();
});
it is still possible to click the button twice by pressing enter and left mouse button at the same time. Is there a "clean" way to only have one single call possible per button (e.g. to delete someting from the site)