From a46dd77f9e6b417edd79ecd74bca6d049d7373bf Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Sat, 21 Feb 2026 21:57:49 +0700 Subject: [PATCH] Show actions button instead of 'Copy all' (#10537) Signed-off-by: Artem Savchenko --- .../components/CopyAsMarkdownButton.svelte | 27 +++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/plugins/converter-resources/src/components/CopyAsMarkdownButton.svelte b/plugins/converter-resources/src/components/CopyAsMarkdownButton.svelte index ff75df291c..b09753503b 100644 --- a/plugins/converter-resources/src/components/CopyAsMarkdownButton.svelte +++ b/plugins/converter-resources/src/components/CopyAsMarkdownButton.svelte @@ -2,13 +2,13 @@ // Copyright © 2026 Hardcore Engineering Inc. // // Licensed under the Eclipse Public License, Version 2.0 (the "License"); -// you may not use it except in compliance with the License. You may obtain +// you may not use this file except in compliance with the License. You may obtain // a copy of the License at https://www.eclipse.org/legal/epl-2.0 --> {#if hasData} - -