in src/utils/knobsData.tsx [20:26]
getWindow() { if (window.self != window.top) { return window.parent; } else { return window; } }