mshtml: Don't call preventDefault in stopPropagation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
30e2762b82
commit
f0b3fe8f83
|
@ -1117,7 +1117,6 @@ static HRESULT WINAPI DOMEvent_stopPropagation(IDOMEvent *iface)
|
||||||
|
|
||||||
This->stop_propagation = TRUE;
|
This->stop_propagation = TRUE;
|
||||||
nsIDOMEvent_StopPropagation(This->nsevent);
|
nsIDOMEvent_StopPropagation(This->nsevent);
|
||||||
IDOMEvent_preventDefault(&This->IDOMEvent_iface);
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue