mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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) {
|
||||
if (visible) {
|
||||
webView.visibleChanged.connect(function () {
|
||||
if (webView.visible) {
|
||||
that.sendUpdate();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue