mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Fix: Re-editing of notes in salesinvoice now possible
This commit is contained in:
parent
9c24eeb6ea
commit
22d49f5c6f
@ -9,7 +9,6 @@
|
||||
:class="['resize-none', inputClasses]"
|
||||
:value="value"
|
||||
:placeholder="inputPlaceholder"
|
||||
:readonly="isReadOnly"
|
||||
@blur="e => triggerChange(e.target.value)"
|
||||
@focus="e => $emit('focus', e)"
|
||||
@input="e => $emit('input', e)"
|
||||
|
Loading…
Reference in New Issue
Block a user