OTM/src/template/module/journey/leg/drawer-notes.pug
sora-ext 6203298229
All checks were successful
continuous-integration/drone/push Build is passing
Update src/template/module/journey/leg/drawer-notes.pug
2025-03-04 17:22:19 +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="...",
)