Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 31, 2021
1 parent 6a2ff01 commit 628d196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _update_manual(self, *events):

def _apply_update(self, events, msg, model, ref):
if ref not in state._views or ref in state._fake_roots:
continue
return
viewable, root, doc, comm = state._views[ref]
if comm or not doc.session_context or state._unblocked(doc):
with unlocked():
Expand Down

0 comments on commit 628d196

Please sign in to comment.