File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src-commons-ui/float-pane Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "../../types-packages/atom"
33import { Observable , fromEvent } from "rxjs"
44import type { Subscription } from "rxjs"
55import { disposableFromSubscription } from "../../src-commons-atom/disposable"
6- import { PinnedDatatipPosition } from "../../types-packages/main"
6+ import { PinnedDatatipPosition , Datatip } from "../../types-packages/main"
77
88import * as React from "react"
99import ReactDOM from "react-dom"
@@ -248,7 +248,7 @@ export class PinnedDatatip {
248248 action = { DATATIP_ACTIONS . CLOSE }
249249 actionTitle = "Close this datatip"
250250 className = { classnames ( _isDragging ? "datatip-dragging" : "" , "datatip-pinned" ) }
251- datatip = { _datatip }
251+ { ... _datatip }
252252 onActionClick = { this . _boundDispose }
253253 onMouseDown = { this . _boundHandleMouseDown }
254254 onClickCapture = { this . _boundHandleCapturedClick }
You can’t perform that action at this time.
0 commit comments