We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a1718 commit 74e9501Copy full SHA for 74e9501
resbibman/GUIs/fileTags.py
@@ -102,8 +102,9 @@ def onTagSelectionChanged(self):
102
self.saveCurrentTagsAsDefault()
103
self.getSelectPanel().loadValidData(self.tag_selector.getSelectedTags())
104
curr_data = self.getSelectPanel().getCurrentSelection()
105
- if curr_data is not None:
106
- self.getInfoPanel().loadInfo(curr_data)
+ self.getInfoPanel().clearPanel()
+ # if curr_data is not None:
107
+ # self.getInfoPanel().loadInfo(curr_data)
108
109
def updateTagLabel(self, data: DataPoint):
110
if isinstance(data, DataPoint):
resbibman/docs/imgs/mainWindow.png
68.8 KB
0 commit comments