Alignment: setting alignment attributes should be consistent across blocks #7909
Labels
[Feature] Blocks
Overall functionality of blocks
[Priority] Low
Used to indicate that the issue at hand isn't a top priority to address and can be handled later
[Type] Code Quality
Issues or PRs that relate to code quality
[Type] Enhancement
A suggestion for improvement.
Split out from #4010 where @bradyvercher says:
Toolbar onChange Callback
Some blocks define a class method (requires binding in the constructor), others define a local function, and some use an inline arrow function. They all do the same thing. I'd like to see this be more consistent across blocks.
Considering how simple it is, I think using an inline arrow function would make things more concise and easier to read:
The text was updated successfully, but these errors were encountered: