mshtml: Call update_doc in exec_editmode.
This commit is contained in:
parent
20d77432a2
commit
86e224c12d
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue