Skip to content

Commit

Permalink
Fix displaying tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 27, 2024
1 parent 73ae314 commit 22f123c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ export default class ViewRenderer extends Dict<View> {
this.defaultRenderErrorRenderer = createDefaultRenderErrorView(this);
this.viewEls = new WeakMap();
this.fragmentEls = new WeakMap();
this.tooltip = null;
}

define(name: string, render: DefineViewConfig, options?: ViewOptions) {
Expand Down

0 comments on commit 22f123c

Please sign in to comment.