diff --git a/src/renderer/components/TimelineSpace.vue b/src/renderer/components/TimelineSpace.vue index 0e11bce5..6fce6248 100644 --- a/src/renderer/components/TimelineSpace.vue +++ b/src/renderer/components/TimelineSpace.vue @@ -119,7 +119,6 @@ export default { return false } this.$store.dispatch('TimelineSpace/Modals/NewToot/openModal') - this.$store.dispatch('TimelineSpace/Modals/NewToot/incrementMediaCount') this.$store .dispatch('TimelineSpace/Modals/NewToot/uploadImage', file) .then(() => { diff --git a/src/renderer/components/TimelineSpace/Modals/NewToot.vue b/src/renderer/components/TimelineSpace/Modals/NewToot.vue index 894cb931..a76cb0be 100644 --- a/src/renderer/components/TimelineSpace/Modals/NewToot.vue +++ b/src/renderer/components/TimelineSpace/Modals/NewToot.vue @@ -7,18 +7,18 @@ :before-close="closeConfirm" width="600px" custom-class="new-toot-modal" - ref="dialog" + ref="dialogRef" > - -
+ +
- +
- -
+ +
@@ -50,7 +57,7 @@ - +
@@ -122,7 +129,7 @@
- {{ tootMax - status.length }} + {{ tootMax - statusText.length }} {{ $t('modals.new_toot.cancel') }} {{ $t('modals.new_toot.toot') }} @@ -135,332 +142,366 @@
-