Merge pull request #1211 from ONLYOFFICE/feature/Bug_52337

Bug 52337
This commit is contained in:
Julia Radzhabova 2021-09-28 17:45:53 +03:00 committed by GitHub
commit bdae240b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {