mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-09 01:31:14 +08:00
fix
This commit is contained in:
@@ -6,7 +6,7 @@ export async function getClipboardContent() {
|
||||
else {
|
||||
const input = document.createElement('input')
|
||||
document.body.appendChild(input)
|
||||
input.select()
|
||||
input.focus()
|
||||
document.execCommand('paste')
|
||||
const content = input.value
|
||||
document.body.removeChild(input)
|
||||
|
||||
Reference in New Issue
Block a user