mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
fix refresh-blocker
This commit is contained in:
parent
84d2ed4880
commit
4cfe55d17c
@ -47,7 +47,7 @@ RefreshBlockerWidget.prototype.refresh = function(changedTiddlers) {
|
|||||||
if(changedAttributes.refreshBlockerList) {
|
if(changedAttributes.refreshBlockerList) {
|
||||||
this.refreshSelf();
|
this.refreshSelf();
|
||||||
return true;
|
return true;
|
||||||
} else if(this.refreshBlockerList && $tw.utils.hopArray(changedTiddlers,this.wiki.filterTiddlers(this.refreshBlockerList))) {
|
} else if(this.refreshBlockerList && $tw.utils.hopArray(changedTiddlers,this.wiki.filterTiddlers(this.refreshBlockerList,this))) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return this.refreshChildren(changedTiddlers);
|
return this.refreshChildren(changedTiddlers);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user