1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +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) { config() {
if (isInitialized) return;
this.$('ol, ul') this.$('ol, ul')
.sortable({connectWith: 'primary'}) .sortable({connectWith: 'primary'})
.on('sortupdate', (e, ui) => { .on('sortupdate', (e, ui) => {