{#if showSnippetLibrary}
(showSnippetLibrary = false)}
onInsert={handleSnippetInsert}
/>
{/if}
{#if showQuickActions}
(showQuickActions = false)} onAction={handleQuickAction} />
{/if}
{#if showClipboardHistory}
(showClipboardHistory = false)}
onInsert={handleClipboardInsert}
/>
{/if}
{#if contextMenuShow && textareaElement}
{/if}