Commit f0b3fe8f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Don't call preventDefault in stopPropagation.

parent 30e2762b
......@@ -1117,7 +1117,6 @@ static HRESULT WINAPI DOMEvent_stopPropagation(IDOMEvent *iface)
This->stop_propagation = TRUE;
nsIDOMEvent_StopPropagation(This->nsevent);
IDOMEvent_preventDefault(&This->IDOMEvent_iface);
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment