mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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({
|
||||
title: options.title,
|
||||
wiki: options.wiki,
|
||||
domNode: options.domNode
|
||||
domNode: options.domNode,
|
||||
noStateReference: options.noStateReference
|
||||
});
|
||||
}
|
||||
// Set the state tiddler
|
||||
|
Loading…
Reference in New Issue
Block a user