choose dictionary value editor

This commit is contained in:
Jan Prochazka
2021-11-13 17:18:30 +01:00
parent 54b476fc27
commit d792744bfb
6 changed files with 60 additions and 16 deletions

View File

@@ -1,9 +1,11 @@
<script lang="ts">
import FontIcon from '../icons/FontIcon.svelte';
export let icon = 'icon form';
</script>
<div on:click|stopPropagation>
<FontIcon icon="icon form" />
<div on:click|stopPropagation class='showFormButtonMarker'>
<FontIcon {icon} />
</div>
<style>