Mission Control Dashboard - Initial implementation
This commit is contained in:
7
node_modules/framer-motion/dist/es/utils/get-context-window.mjs
generated
vendored
Normal file
7
node_modules/framer-motion/dist/es/utils/get-context-window.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// Fixes https://github.com/motiondivision/motion/issues/2270
|
||||
const getContextWindow = ({ current }) => {
|
||||
return current ? current.ownerDocument.defaultView : null;
|
||||
};
|
||||
|
||||
export { getContextWindow };
|
||||
//# sourceMappingURL=get-context-window.mjs.map
|
||||
Reference in New Issue
Block a user