add: auto uncollapse CW on all notes option
Closes transfem-org/Sharkey#191
This commit is contained in:
@@ -253,7 +253,7 @@ function undoRenote() : void {
|
||||
}
|
||||
}
|
||||
|
||||
let showContent = $ref(false);
|
||||
let showContent = $ref(defaultStore.state.uncollapseCW);
|
||||
|
||||
watch(() => props.expandAllCws, (expandAllCws) => {
|
||||
if (expandAllCws !== showContent) showContent = expandAllCws;
|
||||
|
||||
Reference in New Issue
Block a user