diff --git a/models/model-rig/profiles/default/tsconfig.json b/models/model-rig/profiles/default/tsconfig.json index a12d687d00..6bc3c8fe3b 100644 --- a/models/model-rig/profiles/default/tsconfig.json +++ b/models/model-rig/profiles/default/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "ES2018", "module": "commonjs", "declaration": true, "strict": true, diff --git a/packages/panel/src/components/Panel.svelte b/packages/panel/src/components/Panel.svelte index a6fd55b505..70e5217d5c 100644 --- a/packages/panel/src/components/Panel.svelte +++ b/packages/panel/src/components/Panel.svelte @@ -19,7 +19,7 @@ import type { Doc } from '@anticrm/core' import type { Asset } from '@anticrm/platform' import type { AnyComponent, AnySvelteComponent } from '@anticrm/ui' - import { Icon,IconClose,IconExpand, Component } from '@anticrm/ui' + import { Icon, IconClose, IconExpand, IconMoreH, Component, ActionIcon } from '@anticrm/ui' import { createEventDispatcher } from 'svelte' export let title: string @@ -36,15 +36,13 @@ {#if fullSize}