From cd61a006c4d6a92fd506e5b392c08308953d1077 Mon Sep 17 00:00:00 2001 From: "Xiaoyang Yu (Max)" Date: Wed, 5 Sep 2012 15:46:53 +0800 Subject: [PATCH] [Property View] Fix bug: options property of SelectMenu can be sorted by dragging delete button --- src/js/views/property.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/views/property.js b/src/js/views/property.js index c6bc76f2..7f72360f 100644 --- a/src/js/views/property.js +++ b/src/js/views/property.js @@ -328,6 +328,7 @@ // make option sortable table.sortable({ axis: 'y', + handle: 'img', items: '.options', containment: table.find('tbody'), start: function(event, ui) {