Revert "Fixes #22854: Set USE_SHADOW_DOM=False to fix GraphiQL queries w/debug enabled"

This reverts commit 30d2c9b537.
This commit is contained in:
Jeremy Stretch 2026-08-11 08:50:30 -04:00
parent a94878aa08
commit 257c322e48
1 changed files with 0 additions and 4 deletions

View File

@ -634,10 +634,6 @@ SERIALIZATION_MODULES = {
DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': 'utilities.debug.show_toolbar',
# The GraphiQL integration provided by strawberry-django locates the toolbar via
# document.getElementById('djDebug'), which fails when the toolbar is rendered inside a
# shadow root (the default as of django-debug-toolbar v7.0).
'USE_SHADOW_DOM': False,
}