mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
UBER-853 Wiki application navigation (#3731)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
export let icon: Metadata<string> | undefined = undefined
|
||||
export let icons: Asset[]
|
||||
export let emoji: Asset = view.ids.IconWithEmoji
|
||||
export let iconWithEmoji: Asset = view.ids.IconWithEmoji
|
||||
export let color: number = 0
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
@@ -95,7 +95,7 @@
|
||||
<EmojiPopup
|
||||
embedded
|
||||
on:close={(evt) => {
|
||||
dispatch('close', { icon: emoji, color: evt.detail.codePointAt(0) })
|
||||
dispatch('close', { icon: iconWithEmoji, color: evt.detail.codePointAt(0) })
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user