Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 6d2d33d

Browse files
committed
Merge pull request #9433 from adobe/pflynn/workingset-focus
Prevent working set from taking focus on every mousedown
2 parents 0eb8ca3 + 1d4343b commit 6d2d33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/project/WorkingSetView.js

+3
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,9 @@ define(function (require, exports, module) {
765765
}
766766
}
767767

768+
// prevent working set from grabbing focus no matter what type of click/drag occurs
769+
e.preventDefault();
770+
768771
// initialization
769772
$(window).on("mouseup.wsvdragging", function () {
770773
drop();

0 commit comments

Comments
 (0)