kopia lustrzana https://github.com/cheeaun/phanpy
Fix wrong logic for sensitive media blur
rodzic
649a726062
commit
77c4bf1f70
|
@ -2245,7 +2245,7 @@ function Status({
|
|||
{!previewMode &&
|
||||
(sensitive || filterInfo?.action === 'blur') &&
|
||||
!!mediaAttachments.length &&
|
||||
(readingExpandMedia === 'show_all' ||
|
||||
(readingExpandMedia !== 'show_all' ||
|
||||
filterInfo?.action === 'blur') && (
|
||||
<button
|
||||
class={`plain spoiler-media-button ${
|
||||
|
|
Ładowanie…
Reference in New Issue