mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 20:25:22 +08:00
bug fix
This commit is contained in:
parent
27d3868f37
commit
2ccafdd670
2 changed files with 4 additions and 1218 deletions
|
@ -250,8 +250,8 @@ var SmartAnnotation = (function() {
|
|||
function atWhoSwitchHack(searchFilter, remoteFilterCb) {
|
||||
if(atWhoUpdating || (!$(field).length && _.isUndefined(searchFilter))) {
|
||||
setTimeout(function() {
|
||||
$(field).atwho('run');
|
||||
}, 300);
|
||||
$(field).click();
|
||||
}, 100);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -259,7 +259,7 @@ var SmartAnnotation = (function() {
|
|||
setTimeout(function() {
|
||||
remoteFilterCb();
|
||||
atWhoUpdating = false;
|
||||
}, 300);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
function atWhoSettings(at, defaultSearchFilter) {
|
||||
|
|
1216
vendor/assets/javascripts/jquery.atwho.min.js
vendored
1216
vendor/assets/javascripts/jquery.atwho.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue