Skip to content

Commit

Permalink
Remove redundant application of css_classes()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpap committed May 14, 2024
1 parent 07c7d6f commit db4ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bokehjs/src/lib/core/dom_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export abstract class DOMView extends View {
}

protected _create_element(): this["el"] {
return create_element(this.constructor.tag_name, {class: this.css_classes()})
return create_element(this.constructor.tag_name, {})
}

reposition(_displayed?: boolean): void {}
Expand Down

0 comments on commit db4ee2c

Please sign in to comment.