From 6a295dc93dc4236c9118a500b3aafa5e3e97ef19 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 7 May 2009 05:16:56 +0000 Subject: 1) Leave an object selected if its clicked. 2) And a 1em left margin to provide more spacing, so the lasso is less inclusive --- modules/organize/js/organize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/organize/js') diff --git a/modules/organize/js/organize.js b/modules/organize/js/organize.js index a8a363a2..c8fc9d43 100644 --- a/modules/organize/js/organize.js +++ b/modules/organize/js/organize.js @@ -157,7 +157,7 @@ var selectable = { var onMicroThumbContainerMouseup = function(event) { // For simplicity always remove the ui-selected class. If it was unselected // it will get added back - $(this).removeClass("ui-selected"); + $(this).toggleClass("ui-selected"); setDrawerButtonState(); }; -- cgit v1.2.3