mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 22:04:00 +02:00
enhance(frontend): deckをpreferences管理に
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user