Skip to content

Commit 8c2c232

Browse files
committed
#6937 component.Base: beforeSetAlign() => removed the manual merge => now handled by the Config atom strategy.
1 parent 277a71a commit 8c2c232

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/component/Base.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,7 @@ class Component extends Base {
12321232
}
12331233
}
12341234

1235-
// merge the incoming alignment specification into the configured default
1236-
return Neo.merge({}, value, me.constructor.config.align)
1235+
return value
12371236
}
12381237

12391238
/**

0 commit comments

Comments
 (0)