Skip to content

Commit 0e2f0b2

Browse files
shi-yanFabianLars
andauthored
docs: Add missing info regarding the drop position offset. (#11406)
* Add missing document regarding the drop position offset. * Update webview.ts --------- Co-authored-by: Fabian-Lars <[email protected]>
1 parent 983634a commit 0e2f0b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/api/src/webview.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,9 @@ class Webview {
579579
* unlisten();
580580
* ```
581581
*
582+
* When the debugger panel is open, the drop position of this event may be inaccurate due to a known limitation.
583+
* To retrieve the correct drop position, please detach the debugger.
584+
*
582585
* @returns A promise resolving to a function to unlisten to the event.
583586
* Note that removing the listener is required if your listener goes out of scope e.g. the component is unmounted.
584587
*/

0 commit comments

Comments
 (0)