mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 21:01:03 +08:00
add searching font without first and last spaces
This commit is contained in:
@ -486,7 +486,7 @@ define([
|
||||
var val = $(e.target).val(),
|
||||
record = {};
|
||||
|
||||
if(!this._selectedItem && (val !== $(e.target).val().trim())) {
|
||||
if(!this._selectedItem && val !== $(e.target).val().trim()) {
|
||||
val = $(e.target).val().trim();
|
||||
$(e.target).val(val);
|
||||
this.selectCandidate(true);
|
||||
|
||||
Reference in New Issue
Block a user