-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mobile - Columns block - Fix transforming into a Group block crash (#…
…54035) * Mobile - Column block - Fix issue when transforming a Columns block that's nested in a container block like Group. By avoid accessing the width value outside of the isSelected and adding a fallback value. * Mobile - Columns block - Add transform Columns block integration test * Mobile - Columns Block Tests - Update usage of the screen variable, now its imported from the helpers instead of the initializedEditor * Mobile - Update changelog
- Loading branch information
Gerardo Pacheco
authored
Aug 30, 2023
1 parent
2d4314d
commit 22d24f3
Showing
5 changed files
with
70 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,4 +204,8 @@ module.exports = { | |
}, | ||
picker: {}, | ||
pickerPointer: {}, | ||
columnsContainer: { | ||
marginLeft: 16, | ||
minWidth: 32, | ||
}, | ||
}; |