graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.75k stars 731 forks source link

Replaced DOMNodeRemoved event by MutationObserver #1431

Open scaraux opened 2 weeks ago

scaraux commented 2 weeks ago

Fixes #.

DOMNodeRemoved event is now deprecated an unsupported by Chrome browser, in favor of MutationEvent.

The issue is that the tooltip remains on screen and page has to be reloaded for it to disappear, which is very disturbing for the user experience.

CleanShot 2024-08-29 at 18 53 20@2x

Changes proposed in this pull request:

Replaced the deprecated event by MutationObserver

linux-foundation-easycla[bot] commented 2 weeks ago

CLA Missing ID CLA Not Signed