Skip to content

Commit

Permalink
Narrower BubbleTheme.tooltip type (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson authored Feb 12, 2024
1 parent 9e7ff2a commit b1b4850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/quill/src/themes/bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ class BubbleTooltip extends BaseTooltip {
}

class BubbleTheme extends BaseTheme {
tooltip: BubbleTooltip;

constructor(quill: Quill, options: ThemeOptions) {
if (
options.modules.toolbar != null &&
Expand Down

0 comments on commit b1b4850

Please sign in to comment.