Merge branch 'master' into Search
This commit is contained in:
@@ -74,7 +74,7 @@ export function fillImage(entry) {
|
||||
throw new Error('entry cannot be null');
|
||||
}
|
||||
const target = entry.target;
|
||||
let source = undefined;
|
||||
let source;
|
||||
|
||||
if (target) {
|
||||
source = target.getAttribute('data-src');
|
||||
|
||||
Reference in New Issue
Block a user