Saving slow but steady progress
This commit is contained in:
@@ -127,14 +127,14 @@ let clipboard_success = $state(false);
|
||||
Copy Biography Text
|
||||
</button> -->
|
||||
|
||||
<Clipboard
|
||||
<!-- <Clipboard
|
||||
value={ae_tmp.biography?.trim()}
|
||||
bind:success={clipboard_success}
|
||||
class="btn btn-sm preset-tonal-warning text-warning-500 float-right m-1"
|
||||
title="Copy the session POC biography text to the clipboard."
|
||||
>
|
||||
{#if clipboard_success}Copied!{:else}Copy Biography Text{/if}
|
||||
</Clipboard>
|
||||
</Clipboard> -->
|
||||
|
||||
<MyClipboard
|
||||
value={ae_tmp.biography?.trim()}
|
||||
|
||||
Reference in New Issue
Block a user