mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
0285eb600e
commit
2d231a2e07
@ -175,6 +175,7 @@ RevealWidget.prototype.refresh = function(changedTiddlers) {
|
|||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
var currentlyOpen = this.isOpen;
|
var currentlyOpen = this.isOpen;
|
||||||
|
this.readState();
|
||||||
if(this.isOpen !== currentlyOpen || (this.stateTitle && changedTiddlers[this.stateTitle])) {
|
if(this.isOpen !== currentlyOpen || (this.stateTitle && changedTiddlers[this.stateTitle])) {
|
||||||
if(this.retain === "yes") {
|
if(this.retain === "yes") {
|
||||||
this.updateState();
|
this.updateState();
|
||||||
|
Loading…
Reference in New Issue
Block a user