mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Added changed value to event in StyledTextArea (#3996)
Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
parent
5d8c1a6b76
commit
f8d0237bbb
@ -103,7 +103,7 @@
|
||||
}}
|
||||
on:value={(evt) => {
|
||||
rawValue = evt.detail
|
||||
dispatch('changeContent')
|
||||
dispatch('changeContent', rawValue)
|
||||
}}
|
||||
>
|
||||
<slot />
|
||||
|
Loading…
Reference in New Issue
Block a user