Updating entity list

This commit is contained in:
Brad Davis 2016-06-30 14:25:36 -07:00
parent 1f451269cd
commit dfb6cb1aa3

View file

@ -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();
} }
}); });