We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4397120 commit 2b609afCopy full SHA for 2b609af
apps/roam/src/utils/initializeObserversAndListeners.ts
@@ -159,6 +159,7 @@ export const initObservers = async ({
159
target.tagName === "TEXTAREA" &&
160
target.classList.contains("rm-block-input")
161
) {
162
+ removeTextSelectionPopup();
163
renderDiscourseNodeMenu({
164
textarea: target as HTMLTextAreaElement,
165
extensionAPI: onloadArgs.extensionAPI,
0 commit comments