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
The issue seems to be that .find(...) in jQuery returns and object even when there are no elements found, so ?? never returns the original text element.
The text was updated successfully, but these errors were encountered:
The issue seems to be that
.find(...)
in jQuery returns and object even when there are no elements found, so??
never returns the original text element.The text was updated successfully, but these errors were encountered: