dropdown menu implementation

This commit is contained in:
Jan Prochazka
2021-02-28 10:17:52 +01:00
parent e9430988f4
commit 2cc74b594e
7 changed files with 122 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
import CommandPalette from './commands/CommandPalette.svelte';
import Toolbar from './widgets/Toolbar.svelte';
import splitterDrag from './utility/splitterDrag';
import { update } from 'lodash';
import CurrentDropDownMenu from '../modals/CurrentDropDownMenu.svelte';
</script>
<div class={`${$currentTheme} root`}>
@@ -43,6 +43,7 @@
<Toolbar />
</div>
{/if}
<CurrentDropDownMenu />
</div>
<style>