OTM/template/module/journey/leg/drawer-notes.pug
soraefir 52ee73a4ac
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-03-01 23:40:45 +01:00

8 lines
251 B
Plaintext

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