Backdrop filter compatibility for Firefox and Safari
This commit is contained in:
@@ -181,7 +181,7 @@ const InnerSpacePanel = React.memo<IInnerSpacePanelProps>(({ children, isPanelCo
|
||||
});
|
||||
|
||||
interface IProps {
|
||||
backgroundImage?: ImageBitmap;
|
||||
backgroundImage?: CanvasImageSource;
|
||||
}
|
||||
|
||||
const SpacePanel = (props: IProps) => {
|
||||
|
||||
Reference in New Issue
Block a user