1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Fix tags not draggable in some instances

closes flarum/core#341
This commit is contained in:
Toby Zerner
2015-08-31 14:37:08 +09:30
parent 6db544abb1
commit 67f56d44f4

View File

@@ -77,9 +77,7 @@ export default class TagsPage extends Component {
);
}
config(isInitialized) {
if (isInitialized) return;
config() {
this.$('ol, ul')
.sortable({connectWith: 'primary'})
.on('sortupdate', (e, ui) => {