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