Skip to content

Commit

Permalink
fix: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-vaadin committed Nov 12, 2024
1 parent 2fb7739 commit 361ccde
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ public Column<T> setRenderer(Renderer<T> renderer) {
this.renderer = Objects.requireNonNull(renderer,
"Renderer must not be null.");
clearRendering();
rendererSetupScheduled = true;
getElement().getNode()
.runWhenAttached(ui -> scheduleRendererSetup());
addAttachListener(e -> scheduleRendererSetup());
Expand Down

0 comments on commit 361ccde

Please sign in to comment.