fix(view) change elements position when open image

This commit is contained in:
coderaiser 2018-09-20 13:38:29 +03:00
parent 8872d419e2
commit 2ed62021f6

View file

@ -97,6 +97,7 @@ function show(data, options) {
El = createElement('div', {
className: 'view',
notAppend: true,
});
El.tabIndex = 0;