Fix saving recent symbols
This commit is contained in:
parent
fcd49ec483
commit
df69d7168e
|
@ -994,6 +994,7 @@ define([
|
|||
checkRecent: function(sSymbol, sFont){
|
||||
if(aRecents.length === 0){
|
||||
aRecents.push({symbol: sSymbol, font: sFont});
|
||||
this.saveRecent();
|
||||
return;
|
||||
}
|
||||
for(var i = 0; i < aRecents.length; ++i){
|
||||
|
|
Loading…
Reference in a new issue