mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
Updating entity list
This commit is contained in:
parent
1f451269cd
commit
dfb6cb1aa3
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ EntityListTool = function(opts) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
webView.visibilityChanged.connect(function (visible) {
|
webView.visibleChanged.connect(function () {
|
||||||
if (visible) {
|
if (webView.visible) {
|
||||||
that.sendUpdate();
|
that.sendUpdate();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue