mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:30:15 +08:00
Fix bug
This commit is contained in:
@ -190,6 +190,7 @@ define([
|
||||
el.on('click', '.form-control', _.bind(this.onInputClick, this));
|
||||
this._input.attr('readonly', 'readonly');
|
||||
this._input.attr('data-can-copy', false);
|
||||
this._input.on('mousedown',function (e){e.preventDefault();})
|
||||
}
|
||||
|
||||
if (me.options.hint) {
|
||||
|
||||
Reference in New Issue
Block a user