enhance(frontend): deckをpreferences管理に
This commit is contained in:
parent
1f2801af02
commit
1f345eb839
7 changed files with 231 additions and 215 deletions
|
|
@ -100,7 +100,7 @@ function onOtherDragEnd() {
|
|||
function toggleActive() {
|
||||
if (!props.isStacked) return;
|
||||
updateColumn(props.column.id, {
|
||||
active: !props.column.active,
|
||||
active: props.column.active == null ? false : !props.column.active,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue