Skip to content

Commit bf24591

Browse files
committed
add note for adopt sheet issue
1 parent b0cef4c commit bf24591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

popout.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,8 @@ class PopoutModule {
994994
const isApplicationV2 = app.id && !app.appId; // V2 apps use 'id', V1 apps use 'appId'
995995

996996
if (isApplicationV2) {
997-
// Monkey-patch D&D5e custom elements to handle adoptedStyleSheets gracefully
997+
// FIXME(aposney: 2025-06-16) Not convinced this is an issue, it does cause errors in logs, but leaving
998+
// // Monkey-patch D&D5e custom elements to handle adoptedStyleSheets gracefully
998999
const customElements = state.node.querySelectorAll(
9991000
"slide-toggle, dnd5e-checkbox, proficiency-cycle, dnd5e-icon",
10001001
);

0 commit comments

Comments
 (0)