Files
OTM/src/template/module/journey/leg/drawer-notes.pug
sora 803dd84858
All checks were successful
continuous-integration/drone/push Build is passing
dev merge (#163)
Co-authored-by: soraefir
Co-authored-by: sora-ext
Reviewed-on: #163
2025-03-05 00:11:11 +01:00

9 lines
245 B
Plaintext

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