You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
Semaphore disables the checkbox “Mark media as sensitive” when composing a post with a content wrapper (title).
Using F12 to remove the disabled="" attribute¹ from the checkbox input tag allows me to uncheck it, and the resulting post is correct (content wrapper around the post body, but images visible), but that hack cannot be the answer.
① which is wrong anyway, it must be disabled="disabled", but that’s another matter altogether and doesn’t matter here