Steps to reproduce:
- Go to https://doc.wikimedia.org/oojs-ui/master/js/#!/api/OO.ui.MenuTagMultiselectWidget
- Edit the example to include draggable: false in the config for the MenuTagMultiselectWidget constructor
- Go to the preview.
- Drag an item.
Expected:
The item should not be draggable.
Actual:
It is.