lint
This commit is contained in:
parent
b573117423
commit
41ecad7fc0
3 changed files with 20 additions and 15 deletions
|
|
@ -235,7 +235,9 @@ export default {
|
|||
? mutedStatusHeight
|
||||
: normalStatusHeight
|
||||
|
||||
const anchorIds = computed(() => new Set([mainStatus.value?.id, currentStatus.value?.id]))
|
||||
const anchorIds = computed(
|
||||
() => new Set([mainStatus.value?.id, currentStatus.value?.id]),
|
||||
)
|
||||
// # Linear style stuff
|
||||
const isLinearView = computed(() => displayStyle.value !== 'tree')
|
||||
const linearElement = useTemplateRef('linear')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue