mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
prettier
This commit is contained in:
@@ -137,7 +137,7 @@ export const ReplContext = createContext(null);
|
||||
export const isUdels = () => {
|
||||
const isIframe = window.location !== window.parent.location;
|
||||
if (isIframe) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
return window.parent?.location?.pathname.includes('udels');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user