Skip to content

Commit a1eaf63

Browse files
committed
Merge pull request #553 from djsutho/patch-1
Propagate mouseup events when not dragging toolbar
2 parents 06c3824 + decf92e commit a1eaf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/static/debug_toolbar/js/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
setTimeout(function () {
161161
djdt.handleDragged = false;
162162
}, 10);
163+
return false;
163164
}
164-
return false;
165165
});
166166
$(document).bind('close.djDebug', function() {
167167
// If a sub-panel is open, close that

0 commit comments

Comments
 (0)