about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-10-09 20:07:00 -0500
committermultiple creatures <dev@multiple-creature.party>2019-10-09 20:07:00 -0500
commit8a8e74fc2b45bff79d5d96207bc0ab8a9f30c47e (patch)
treed825ac987ac079e59624884e0176700ec7515f9e /app
parenta9a13421269650b0600008d74ab7c97f386e5618 (diff)
make the clear button work even when there's no body text
Diffstat (limited to 'app')
-rw-r--r--app/javascript/flavours/glitch/features/compose/components/publisher.js1
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' />