diff --git a/Source/Drag/Sortables.js b/Source/Drag/Sortables.js index d7a55cb4..b78d41ad 100644 --- a/Source/Drag/Sortables.js +++ b/Source/Drag/Sortables.js @@ -148,7 +148,7 @@ var Sortables = new Class({ if ( !this.idle || event.rightClick || - ['button', 'input', 'a', 'textarea'].contains(event.target.get('tag')) + ['button', 'input', 'a', 'textarea', 'select', 'option'].contains(event.target.get('tag')) ) return; this.idle = false;