if (is_currently_running_) {It'd be nice to have a test for this as well
return false;Is this intended that toolcancel event is not fired as well?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void HTMLFormElement::HTMLFormMcpTool::CancelTool() {Nit:
```suggestion
void HTMLFormElement::HTMLFormMcpTool::CancelTool() {
if (!RuntimeEnabledFeatures::WebMCPEnabled(GetExecutionContext())) {
return;
}
```
void HTMLFormElement::HTMLFormMcpTool::CancelTool() {Nit:
```suggestion
void HTMLFormElement::HTMLFormMcpTool::CancelTool() {
if (!RuntimeEnabledFeatures::WebMCPEnabled(GetExecutionContext())) {
return;
}
```
NVM It's not useful in `HTMLFormElement::HTMLFormMcpTool`