diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-09 20:07:00 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-09 20:07:00 -0500 |
commit | 8a8e74fc2b45bff79d5d96207bc0ab8a9f30c47e (patch) | |
tree | d825ac987ac079e59624884e0176700ec7515f9e /app/javascript/flavours/glitch/features/compose/components/publisher.js | |
parent | a9a13421269650b0600008d74ab7c97f386e5618 (diff) |
make the clear button work even when there's no body text
Diffstat (limited to 'app/javascript/flavours/glitch/features/compose/components/publisher.js')
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/components/publisher.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/publisher.js b/app/javascript/flavours/glitch/features/compose/components/publisher.js index f045e619e..bcfb771fc 100644 --- a/app/javascript/flavours/glitch/features/compose/components/publisher.js +++ b/app/javascript/flavours/glitch/features/compose/components/publisher.js @@ -58,7 +58,6 @@ class Publisher extends ImmutablePureComponent { className='clear' onClick={onClearAll} title={intl.formatMessage(messages.clear)} - disabled={disabled || diff < 0} text={ <span> <Icon icon='trash-o' /> |