Skip to content

Commit

Permalink
Merge branch 'release-1.54.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Apr 6, 2022
2 parents 2244cbd + 827a723 commit c1c21ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-core-ui",
"version": "1.53.1",
"version": "1.54.0",
"displayName": "TAO Core UI",
"description": "UI libraries of TAO",
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions src/image/ImgStateActive.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ import 'nouislider';
import 'ui/resourcemgr';
import 'ui/tooltip';
import _ from 'lodash';
import module from 'module';
import initAll, { initAdvanced } from './ImgStateActive/initHelper';
import initMediaEditor from './ImgStateActive/initMediaEditor';

const config = module.config() || {};
const mediaAlignment = typeof config.mediaAlignment === "undefined" ? false : config.mediaAlignment;
const options = {
mediaDimension: {
active: true
},
mediaAlignment: {
active: mediaAlignment
active: true
}
};

Expand Down

0 comments on commit c1c21ae

Please sign in to comment.