a05d3ca831
- Fixed TypeError in PlayerPrivacyPanel._onRender: element.querySelector is not a function - Root cause: FoundryVTT v14 ApplicationV2 passes jQuery objects to _onRender, not plain HTMLElements - Solution: Normalize parameter to element with querySelector method: - If HTMLElement, use directly - If jQuery (has [0]), use html[0] - Otherwise, use as-is (for test mocks) - Applied fix to: - PlayerPrivacyPanel._onRender - PresetSaveDialog._onRender - PresetLoadDialog._onRender - All 900 unit tests passing Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>