Commit 86e224c1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Call update_doc in exec_editmode.

parent 20d77432
......@@ -553,6 +553,8 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
return hres;
}
update_doc(This, UPDATE_UI);
return IPersistMoniker_Load(PERSISTMON(This), TRUE, mon, NULL, 0);
}
......
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