mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 03:20:17 +00:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
'use strict';
|
|
|
|
const noop = () => {};
|
|
// eslint-disable-next-line no-undef
|
|
Object.defineProperty(window, 'scrollTo', { value: noop, writable: true });
|