1
Fork 0
- Removed accidentally committed debug code
This commit is contained in:
stz184 2021-03-31 03:12:38 +03:00
parent 152b4c7e34
commit fc794b8e6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import React from 'react'
import PropTypes from 'prop-types'
const isNativeLazyLoadSupported = false //'loading' in HTMLImageElement.prototype
const isNativeLazyLoadSupported = 'loading' in HTMLImageElement.prototype
const placeholder = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
const getProtectedUrl = url => {