Skip to content

Commit 2b609af

Browse files
authored
fix (#286)
1 parent 4397120 commit 2b609af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/roam/src/utils/initializeObserversAndListeners.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export const initObservers = async ({
159159
target.tagName === "TEXTAREA" &&
160160
target.classList.contains("rm-block-input")
161161
) {
162+
removeTextSelectionPopup();
162163
renderDiscourseNodeMenu({
163164
textarea: target as HTMLTextAreaElement,
164165
extensionAPI: onloadArgs.extensionAPI,

0 commit comments

Comments
 (0)