mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
pairdrop-cli: add fallback if navigator.clipboard.readText() is not available
This commit is contained in:
parent
c3863a9dd3
commit
fdf024f378
6 changed files with 140 additions and 74 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue