add blend layout config

This commit is contained in:
王劲鹏
2021-03-02 17:18:23 +08:00
committed by osborn
parent 78629497aa
commit 692397be2e
10 changed files with 53 additions and 12 deletions

View File

@@ -271,7 +271,7 @@ Rectangle {
}
function updatePositions() {
if (flex.height != 0 && flex.width != 0) {
if (flex.height !== 0 && flex.width !== 0) {
var rootNode = flexLayoutService.createNode();
processNode(flex, rootNode);
var nodes = []