Update src/template/module/journey/leg/drawer-notes.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-03-04 17:22:19 +01:00
parent fca5e40bb9
commit 6203298229

View File

@ -1,8 +1,9 @@
.col-12.input.text-dark()
.w-100.input()
textarea.text-small#query_note(
v-model="journey.leg_get().notes"
rows="1"
@input="refreshTextAreaHeight"
@focus="refreshTextAreaHeight"
rows="1"
placeholder="...",
)