mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Fix expanding/collapsing tags triggering refresh
This commit is contained in:
parent
e387c1f6f1
commit
72146c4b22
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ class SidebarTreeView(QTreeView):
|
|||
full_name = head + node.name
|
||||
return lambda expanded: set_tag_collapsed(
|
||||
parent=self, tag=full_name, collapsed=not expanded
|
||||
).run_in_background()
|
||||
).run_in_background(initiator=self)
|
||||
|
||||
for node in nodes:
|
||||
item = SidebarItem(
|
||||
|
|
Loading…
Reference in a new issue