We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add414a commit 65c3b3eCopy full SHA for 65c3b3e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
- Fix atom-package-deps issues (#60)
4
-
5
+
6
### 2.3.4
7
8
- Fix copying from overlays on MacOS (#58)
types-packages/datatip.d.ts
@@ -29,11 +29,11 @@ export interface DatatipProvider {
29
providerName: string
30
datatip(
31
editor: Atom.TextEditor,
32
- bufferPosition: Atom.Point
+ bufferPosition: Atom.Point,
33
/**
34
* The mouse event that triggered the datatip.
35
* This is null for manually toggled datatips.
36
- */,
+ */
37
mouseEvent?: MouseEvent | null
38
): Promise<Datatip | undefined | null>
39
0 commit comments