Skip to content

Commit

Permalink
fix(storefront)BCTHEME-164: fix image in modal for IE11 (#1840)
Browse files Browse the repository at this point in the history
Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 21, 2020
1 parent 4248c7f commit fdd8c33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed image in modal for IE. [#1840](https://github.com/bigcommerce/cornerstone/pull/1840)
- Add announcement for filtered resutls on "Shop by Price". [#1854](https://github.com/bigcommerce/cornerstone/pull/1854)
- Add Announcement for Reset Filter by Price. [#1858](https://github.com/bigcommerce/cornerstone/pull/1858)
- Content should not scroll in two directions when zoomed. [#1853](https://github.com/bigcommerce/cornerstone/pull/1853)
Expand Down
2 changes: 0 additions & 2 deletions assets/js/theme/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import adminBar from './global/adminBar';
import carousel from './common/carousel';
import loadingProgressBar from './global/loading-progress-bar';
import svgInjector from './global/svg-injector';
import objectFitImages from './global/object-fit-polyfill';

export default class Global extends PageManager {
onReady() {
Expand All @@ -36,6 +35,5 @@ export default class Global extends PageManager {
}
loadingProgressBar();
svgInjector();
objectFitImages();
}
}
5 changes: 0 additions & 5 deletions assets/js/theme/global/object-fit-polyfill.js

This file was deleted.

0 comments on commit fdd8c33

Please sign in to comment.