mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Fix lint.
This commit is contained in:
parent
506a747fce
commit
3718dd4d45
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
|
||||||
|
|
||||||
// Disable drag-dropping if the current user is not a board member or is comment only
|
// Disable drag-dropping if the current user is not a board member or is comment only
|
||||||
this.autorun(() => {
|
this.autorun(() => {
|
||||||
if (Utils.isMiniScreen()) {
|
if (Utils.isMiniScreen()) {
|
||||||
$boards.sortable({
|
$boards.sortable({
|
||||||
handle: '.board-handle',
|
handle: '.board-handle',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue