mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Merge pull request #1252 from RumovZ/fix-tag-expand
Fix expanding/collapsing tags triggering refresh
This commit is contained in:
commit
8942677c4b
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