Skip to content

Commit

Permalink
Fix updating of selection property (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 8, 2021
1 parent 10c7db9 commit 9d8ca3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panel/reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,6 @@ def _update_cds(self, *events):
push_on_root(ref)

def _update_selected(self, *events, indices=None):
if self._updating:
return
indices = self.selection if indices is None else indices
for ref, (m, _) in self._models.items():
m.source.selected.indices = indices
Expand Down

0 comments on commit 9d8ca3a

Please sign in to comment.