mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 18:46:53 +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