mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-14 22:04:51 +00:00
Fix: store noStateReference in popup.js (#4115)
This commit is contained in:
parent
32c5490a20
commit
b30746813b
@ -120,7 +120,8 @@ Popup.prototype.show = function(options) {
|
|||||||
this.popups.push({
|
this.popups.push({
|
||||||
title: options.title,
|
title: options.title,
|
||||||
wiki: options.wiki,
|
wiki: options.wiki,
|
||||||
domNode: options.domNode
|
domNode: options.domNode,
|
||||||
|
noStateReference: options.noStateReference
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Set the state tiddler
|
// Set the state tiddler
|
||||||
|
Loading…
Reference in New Issue
Block a user