1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00

Fix: store noStateReference in popup.js (#4115)

This commit is contained in:
Simon Huber 2019-07-26 18:13:53 +02:00 committed by Jeremy Ruston
parent 32c5490a20
commit b30746813b

View File

@ -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