fix: Disable reply editor outside WhatsApp reply window (#13454)

This commit is contained in:
Sivin Varghese
2026-02-17 14:07:36 +05:30
committed by GitHub
parent 39243b9e71
commit c5f6844877
5 changed files with 48 additions and 4 deletions

View File

@@ -830,7 +830,13 @@ useEmitter(BUS_EVENTS.INSERT_INTO_RICH_EDITOR, insertContentIntoEditor);
</script>
<template>
<div ref="editorRoot" class="relative w-full">
<div
ref="editorRoot"
class="relative w-full"
:class="{
'opacity-50 cursor-not-allowed pointer-events-none': disabled,
}"
>
<TagAgents
v-if="showUserMentions && isPrivate"
:search-key="mentionSearchKey"