fix(frontend): In deck layout, replies option is not saved after refresh
Fix #12228
This commit is contained in:
parent
ee191169f5
commit
4631e6cd4a
2 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,12 @@ watch($$(withRenotes), v => {
|
|||
});
|
||||
});
|
||||
|
||||
watch($$(withReplies), v => {
|
||||
updateColumn(props.column.id, {
|
||||
withReplies: v,
|
||||
});
|
||||
});
|
||||
|
||||
watch($$(onlyFiles), v => {
|
||||
updateColumn(props.column.id, {
|
||||
onlyFiles: v,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue