Commit ea9140ee authored by Boris Kocherov's avatar Boris Kocherov

fix rootNotify call

parent 5eef521e
...@@ -2178,7 +2178,9 @@ ...@@ -2178,7 +2178,9 @@
} }
} }
if (changed) { if (changed) {
return this.rootNotifyChange(); return this.rootNotifyChange({
path: input.name
});
} }
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment