Characters limit patch: file was renamed
This commit is contained in:
parent
5b531793b3
commit
5dac2b9fb7
@ -1,7 +1,7 @@
|
|||||||
diff --git a/app/javascript/mastodon/features/compose/components/compose_form.js b/app/javascript/mastodon/features/compose/components/compose_form.js
|
diff --git a/app/javascript/mastodon/features/compose/components/compose_form.jsx b/app/javascript/mastodon/features/compose/components/compose_form.jsx
|
||||||
index e641d59f4..0cc7719bb 100644
|
index e641d59f4..0cc7719bb 100644
|
||||||
--- a/app/javascript/mastodon/features/compose/components/compose_form.js
|
--- a/app/javascript/mastodon/features/compose/components/compose_form.jsx
|
||||||
+++ b/app/javascript/mastodon/features/compose/components/compose_form.js
|
+++ b/app/javascript/mastodon/features/compose/components/compose_form.jsx
|
||||||
@@ -90,7 +90,7 @@ class ComposeForm extends ImmutablePureComponent {
|
@@ -90,7 +90,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
const fulltext = this.getFulltextForCharacterCounting();
|
const fulltext = this.getFulltextForCharacterCounting();
|
||||||
const isOnlyWhitespace = fulltext.length !== 0 && fulltext.trim().length === 0;
|
const isOnlyWhitespace = fulltext.length !== 0 && fulltext.trim().length === 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user