mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:09:24 +08:00
parent
6db544abb1
commit
67f56d44f4
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user