mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-23 10:44:50 +00:00
Widget.getVariableInfo() shouldn't return srcVariable if variable is missing
Fixes #7566
This commit is contained in:
@@ -182,8 +182,7 @@ Widget.prototype.getVariableInfo = function(name,options) {
|
||||
}
|
||||
return {
|
||||
text: text,
|
||||
resultList: [text],
|
||||
srcVariable: {}
|
||||
resultList: [text]
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user