We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0d160 commit 10ea060Copy full SHA for 10ea060
src/tooltip.ts
@@ -65,7 +65,7 @@ class CompletionTooltip {
65
dom: HTMLElement
66
info: HTMLElement | null = null
67
infoDestroy: (() => void) | null = null
68
- list!: HTMLElement
+ declare list: HTMLElement
69
placeInfoReq = {
70
read: () => this.measureInfo(),
71
write: (pos: {style?: string, class?: string} | null) => this.placeInfo(pos),
0 commit comments