disbale-properties attribute doesn't disable properties with 'false' value

This commit is contained in:
BoykoAlex
2017-03-20 15:27:20 -04:00
parent ce73abbca1
commit bd6033a453
5 changed files with 1 additions and 31451 deletions

1140
dist/spring-flo.css vendored

File diff suppressed because it is too large Load Diff

30201
dist/spring-flo.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

102
dist/spring-flo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1496,7 +1496,7 @@ define(function(require) {
}
function initProperties(attrs) {
if (!attrs.disableProperties) {
if (!attrs.disableProperties || attrs.disableProperties.toLowerCase() !== 'true') {
propsMgr = createProperties(domContext, metamodelService);
propsMgr.on('change',function() {