pairdrop-cli: add fallback if navigator.clipboard.readText() is not available

This commit is contained in:
schlagmichdoch 2023-03-06 02:18:07 +01:00
parent c3863a9dd3
commit fdf024f378
6 changed files with 140 additions and 74 deletions

View file

@ -241,6 +241,7 @@
<x-background class="full center">
<x-paper shadow="2">
<button class="button center" id="base64-paste-btn" title="Paste">Tap here to paste files</button>
<div class="textarea" placeholder="Paste here to send files" title="CMD/⌘ + V" contenteditable hidden></div>
<button class="button center" close>Close</button>
</x-paper>
</x-background>