mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
fixed submitbutton error
This commit is contained in:
@@ -214,7 +214,6 @@ void WebApplication::notifySubmitButton(Renderable::ID id)
|
||||
throw WebWidgetsException("failed to find submitButton with id " + Poco::NumberFormatter::format(id));
|
||||
|
||||
it->second->buttonClicked(this);
|
||||
_submitButtons.erase(it);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user