aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-07 14:21:29 -0500
committerbobzel <zzzman@gmail.com>2025-03-07 14:21:29 -0500
commit54bfa54b498f7a7c5813c2f5d0ff3005d6ff44ab (patch)
tree86de14a32b074548d8215cff45ff31b402969a40 /src/client
parent010d7e9bbea5616d058c88de284905eecc145834 (diff)
fixed selection of default journal text
Diffstat (limited to 'src/client')
-rw-r--r--src/client/views/nodes/formattedText/DailyJournal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DailyJournal.tsx b/src/client/views/nodes/formattedText/DailyJournal.tsx
index c8f049ecf..dfd19ae97 100644
--- a/src/client/views/nodes/formattedText/DailyJournal.tsx
+++ b/src/client/views/nodes/formattedText/DailyJournal.tsx
@@ -62,7 +62,7 @@ export class DailyJournal extends ViewBoxAnnotatableComponent<FieldViewProps>()
{ text: placeholderText, styles: { fontSize: 14, color: 'gray' } },
],
undefined,
- placeholderText.length - 2
+ placeholderText.length
);
console.log('Current text field:', this.dataDoc[this.fieldKey]);