fix
This commit is contained in:
parent
9d29f63623
commit
5e5eb426c6
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue