This commit is contained in:
kakkokari-gtyih 2025-08-08 14:25:07 +09:00
parent 9d29f63623
commit 5e5eb426c6
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ async function onPaste(ev: ClipboardEvent) {
const paste = ev.clipboardData.getData('text');
if (!renoteTargetNote.value && !quoteId.value && paste.startsWith(url + '/notes/')) {
if (!renoteTargetNote.value && !quoteId.value && paste.startsWith(url + '/notes/') && $i.policies.renotePolicy === 'allow') {
ev.preventDefault();
os.confirm({