mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
double input pp
This commit is contained in:
@ -662,9 +662,12 @@ function CEditorPage(api)
|
||||
this.m_oLeftRuler_vertRuler.HtmlElement.onmouseup = this.verRulerMouseUp;
|
||||
this.m_oLeftRuler_vertRuler.HtmlElement.onmousemove = this.verRulerMouseMove;
|
||||
|
||||
/*
|
||||
// теперь все делает AscCommon.InitBrowserSystemContext
|
||||
window.onkeydown = this.onKeyDown;
|
||||
window.onkeypress = this.onKeyPress;
|
||||
window.onkeyup = this.onKeyUp;
|
||||
*/
|
||||
|
||||
this.m_oBody.HtmlElement.onmousemove = this.onBodyMouseMove;
|
||||
this.m_oBody.HtmlElement.onmousedown = this.onBodyMouseDown;
|
||||
|
||||
Reference in New Issue
Block a user