FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
372 stars 48 forks source link

Compose input failed to execute appendChild error #5684

Closed ioanmo226 closed 2 months ago

ioanmo226 commented 2 months ago
          Also got such error when pasting text into compose window (need to check if it happens in `master` too):
compose-input-module.js:93 Uncaught (in promise) TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
    at Ce.<anonymous> (compose-input-module.js:93:25)
    at Ce.fireEvent (squire.js:3:12587)
    at Ce.insertHTML (squire.js:3:19827)
    at Ce.insertPlainText (squire.js:4:250)
    at squire.js:3:1157
    at <async> <anonymous> (chrome-extension://pjohdcpiapjhagmakkjpgjmodmgfmkkd/extension/chrome/elements/compose-modules/compose-input-module.ts:122:46)

Originally posted by @sosnovsky in https://github.com/FlowCrypt/flowcrypt-browser/issues/5651#issuecomment-2066102027