You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least in 2.0 this is a section with a class of messageContext, so you may want to check that in 1.1 as well
In the 2.0 that I'm working on this is now postAncestor = document.evaluate('ancestor-or-self::section[contains(@class,"messageContent")]', selectionAncestor, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; since I also removed the wrapper function
The text was updated successfully, but these errors were encountered:
elk-quick-quote/quickQuote.js
Line 365 in 5ebda25
At least in 2.0 this is a section with a class of messageContext, so you may want to check that in 1.1 as well
In the 2.0 that I'm working on this is now
postAncestor = document.evaluate('ancestor-or-self::section[contains(@class,"messageContent")]', selectionAncestor, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
since I also removed the wrapper functionThe text was updated successfully, but these errors were encountered: