mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 02:11:59 +08:00
bug 64347
This commit is contained in:
@ -181,7 +181,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesManagerDlg.templa
|
||||
.on('item:keydown', _.bind(this.onKeyDown, this))
|
||||
.on('item:keyup', _.bind(this.onKeyUp, this))
|
||||
.on('item:dblclick', _.bind(this.onEditRule, this,true))
|
||||
.on('entervalue', _.bind(this.onEditRule, this, true));;
|
||||
.on('entervalue', _.bind(function (e) {!!e.store.length && this.onEditRule(true);},this));
|
||||
|
||||
this.btnNew = new Common.UI.Button({
|
||||
el: $('#format-manager-btn-new')
|
||||
|
||||
Reference in New Issue
Block a user