Skip to content

Commit 6bee0d2

Browse files
committed
fix: comment unkown syntax
1 parent 6443edd commit 6bee0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-commons-ui/float-pane/FloatPane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class PinnedDatatip {
203203
_hostElement.style.left = _offset.x + "px"
204204
break
205205
default:
206-
;(_position: empty)
206+
// ;(_position: empty)
207207
throw new Error(`Unexpected PinnedDatatip position: ${this._position}`)
208208
}
209209
}

0 commit comments

Comments
 (0)