mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-02 11:23:08 +03:00
🐛 fix: Remove cross-origin isolation
This commit is contained in:
@@ -86,7 +86,7 @@ export const BasicImageLoader = component$((props: ImageLoaderProps) => {
|
||||
draggable={false}
|
||||
alt={props.alt}
|
||||
width={props.width}
|
||||
crossOrigin='anonymous'
|
||||
// crossOrigin='anonymous'
|
||||
height={props.height}
|
||||
ref={imgRef}
|
||||
class={{
|
||||
|
||||
Reference in New Issue
Block a user