mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Bugfix: reveal widget regression! (#3897)
This commit is contained in:
parent
d5fa68b46a
commit
662ae91067
@ -197,7 +197,7 @@ RevealWidget.prototype.refresh = function(changedTiddlers) {
|
|||||||
} else {
|
} else {
|
||||||
var currentlyOpen = this.isOpen;
|
var currentlyOpen = this.isOpen;
|
||||||
this.readState();
|
this.readState();
|
||||||
if(this.isOpen !== currentlyOpen || (this.stateTiddlerTitle && changedTiddlers[this.stateTiddlerTitle])) {
|
if(this.isOpen !== currentlyOpen) {
|
||||||
if(this.retain === "yes") {
|
if(this.retain === "yes") {
|
||||||
this.updateState();
|
this.updateState();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user