Skip to content

Commit 9044b58

Browse files
committed
fix: comment unkown syntax
1 parent ebc2b6c commit 9044b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)