mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 00:05:36 +02:00
fix(frontend): ユーザー概要ページのファイルの項目のデザイン改良 (#16063)
This commit is contained in:
@@ -48,7 +48,6 @@ const props = withDefaults(defineProps<{
|
||||
thin?: boolean;
|
||||
naked?: boolean;
|
||||
foldable?: boolean;
|
||||
onUnfold?: () => boolean; // return false to prevent unfolding
|
||||
scrollable?: boolean;
|
||||
expanded?: boolean;
|
||||
maxHeight?: number | null;
|
||||
@@ -103,8 +102,6 @@ const omitObserver = new ResizeObserver((entries, observer) => {
|
||||
});
|
||||
|
||||
function showMore() {
|
||||
if (props.onUnfold && !props.onUnfold()) return;
|
||||
|
||||
ignoreOmit.value = true;
|
||||
omitted.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user