Added changed value to event in StyledTextArea (#3996)

Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
Oleg Solodkov 2023-11-15 11:04:50 +04:00 committed by GitHub
parent 5d8c1a6b76
commit f8d0237bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@
}}
on:value={(evt) => {
rawValue = evt.detail
dispatch('changeContent')
dispatch('changeContent', rawValue)
}}
>
<slot />