New lines/node when hitting ENTER inherits attrs from prev node

Hi people. When hitting ENTER the new line inherits the previews block attrs, that makes sense for attrs like textAlign, but I’m using other attrs to control background color, padding, and more. Any ideas on how I can change this behavior Thanks!

The way to handle this is pretty much to bind your own custom command, that does what you want to happen on enter, to the enter key.