mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* fix: AttributeError: 'QMouseEvent' object has no attribute 'pos'
```
Caught exception:
Traceback (most recent call last):
File "D:\Python\Python39\lib\site-packages\aqt\browser\sidebar\tree.py", line 328, in mouseReleaseEvent
if (index := self.currentIndex()) == self.indexAt(event.pos()):
d
```
* fix: AttributeError: 'QMouseEvent' object has no attribute 'pos'
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| item.py | ||
| model.py | ||
| searchbar.py | ||
| toolbar.py | ||
| tree.py | ||