From c1772466758c0184059df411069caa955e8d9f9c Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 4 Mar 2024 21:28:12 -0500 Subject: [PATCH] fix #2490 --- src/navigator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigator.js b/src/navigator.js index 6a213624..9dafde3e 100644 --- a/src/navigator.js +++ b/src/navigator.js @@ -309,6 +309,7 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /* this.oldContainerSize = containerSize; this.world.update(); this.world.draw(); + this.update(this.viewer.viewport); } } },