mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Added changed value to event in StyledTextArea (#3996)
Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
}}
|
||||
on:value={(evt) => {
|
||||
rawValue = evt.detail
|
||||
dispatch('changeContent')
|
||||
dispatch('changeContent', rawValue)
|
||||
}}
|
||||
>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user