mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix model method on items
This commit is contained in:
parent
c4854c02dd
commit
2e70323166
1 changed files with 1 additions and 1 deletions
|
|
@ -1252,7 +1252,7 @@ class BaseItem:
|
|||
return not self._is_duplicated
|
||||
|
||||
def model(self):
|
||||
return self._parent.model
|
||||
return self._parent.model()
|
||||
|
||||
def move_to(self, item, row):
|
||||
idx = self._children.index(item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue