mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-17 13:54:11 +00: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) => {
|
on:value={(evt) => {
|
||||||
rawValue = evt.detail
|
rawValue = evt.detail
|
||||||
dispatch('changeContent')
|
dispatch('changeContent', rawValue)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
|
Loading…
Reference in New Issue
Block a user