mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed return value
This commit is contained in:
parent
6f1636ec8c
commit
3537202caf
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ class DictMutableKeysWidget(BaseWidget):
|
|||
|
||||
def make_sure_is_visible(self, path, scroll_to):
|
||||
if not path:
|
||||
return
|
||||
return False
|
||||
|
||||
entity_path = self.entity.path
|
||||
if entity_path == path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue