Skip to content

Commit

Permalink
🏷️ Add narrower BubbleTheme.tooltip type
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Feb 9, 2024
1 parent 15f2e8f commit 9811c96
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 9811c96

Please sign in to comment.