Restore focusPreventScroll

This commit is contained in:
MrTimscampi
2020-08-22 19:10:08 +02:00
parent 73ab5827be
commit e88f29ac37
6 changed files with 51 additions and 20 deletions
-5
View File
@@ -10,11 +10,6 @@ _define('fetch', function() {
return fetch;
});
var focusPreventScroll = require('focus-options-polyfill');
_define('focus-options-polyfill', function() {
return focusPreventScroll;
});
// Blurhash
const blurhash = require('blurhash');
_define('blurhash', function() {