mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Ask process user input every time
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
export let transition: Ref<Transition>
|
||||
export let key: string
|
||||
export let _class: Ref<Class<Doc>>
|
||||
|
||||
let value: any | undefined = undefined
|
||||
export let value: any | undefined = undefined
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
const client = getClient()
|
||||
|
||||
Reference in New Issue
Block a user