Skip to content

Commit 0c9b871

Browse files
committed
perf(WidgetManager): drop an extra render
I suspect the old FIXME issue was a framebuffer issue that may have already been resolved, as the examples work just fine.
1 parent d45b428 commit 0c9b871

File tree

1 file changed

+0
-2
lines changed
  • Sources/Widgets/Core/WidgetManager

1 file changed

+0
-2
lines changed

Sources/Widgets/Core/WidgetManager/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ function vtkWidgetManager(publicAPI, model) {
300300
}
301301
}
302302
if (wantRender) {
303-
// Ken FIXME
304-
model._interactor.render();
305303
model._interactor.render();
306304
}
307305
}

0 commit comments

Comments
 (0)