mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
@@ -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) => {
|
||||||
|
Reference in New Issue
Block a user