fixed return value

This commit is contained in:
iLLiCiTiT 2021-08-13 14:50:04 +02:00
parent 6f1636ec8c
commit 3537202caf

View file

@ -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: