From 8a8e74fc2b45bff79d5d96207bc0ab8a9f30c47e Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Wed, 9 Oct 2019 20:07:00 -0500 Subject: make the clear button work even when there's no body text --- app/javascript/flavours/glitch/features/compose/components/publisher.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/javascript') 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={ -- cgit