mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Remove unused hack
This commit is contained in:
parent
d94f11c778
commit
42bc905c16
1 changed files with 1 additions and 3 deletions
|
|
@ -18,9 +18,7 @@ BlazeComponent.extendComponent({
|
||||||
// callback, we basically solve all issues related to reactive updates. A
|
// callback, we basically solve all issues related to reactive updates. A
|
||||||
// comment below provides further details.
|
// comment below provides further details.
|
||||||
onRendered() {
|
onRendered() {
|
||||||
let boardComponent = this.parentComponent().parentComponent();
|
const boardComponent = this.parentComponent().parentComponent();
|
||||||
if (!boardComponent)
|
|
||||||
boardComponent = this.parentComponent();
|
|
||||||
const itemsSelector = '.js-minicard:not(.placeholder, .js-card-composer)';
|
const itemsSelector = '.js-minicard:not(.placeholder, .js-card-composer)';
|
||||||
const $cards = this.$('.js-minicards');
|
const $cards = this.$('.js-minicards');
|
||||||
$cards.sortable({
|
$cards.sortable({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue