Skip to content
Snippets Groups Projects
Commit 84a69f95 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'develop' into 'fix/popovers-cutting-off-in-notifications'

# Conflicts:
#   CHANGELOG.md
parents c18a8ab3 57626c12
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Newlines in the muted words settings work again
- Clicking on non-latin hashtags won't open a new window
- Uploading and drag-dropping multiple files works correctly now.
- Fix status ellipsis menu being cut off in notifications column.
- Subject field now appears disabled when posting
- Fix status ellipsis menu being cut off in notifications column
## [2.0.3] - 2020-05-02
### Fixed
......
......@@ -81,6 +81,7 @@
v-model="newStatus.spoilerText"
type="text"
:placeholder="$t('post_status.content_warning')"
:disabled="posting"
class="form-post-subject"
>
</EmojiInput>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment