Skip to content

Commit

Permalink
Output more debuggable log #3374
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 7, 2023
1 parent ec88d90 commit 8da0e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webextensions/sidebar/drag-and-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ function onDragOver(event) {
log(`onDragOver: ignore already finished drag session ${sessionId}`);
return;
}
log(`onDragOver: sessionId=${sessionId}, types=${dt.types}, dropEffect=${dt.dropEffect}, effectAllowed=${dt.effectAllowed}`);

if (isEventFiredOnTabDropBlocker(event) ||
!info.canDrop) {
Expand Down

0 comments on commit 8da0e60

Please sign in to comment.