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