Block {,max-}{width,height} from being copied (#1529)
This commit is contained in:
parent
b3ea7288ab
commit
fa6a531bd5
@ -25,6 +25,10 @@ const stylingInternal: BlockProperties = [
|
||||
"background-color",
|
||||
"font-size",
|
||||
"font-family",
|
||||
"width",
|
||||
"height",
|
||||
"max-width",
|
||||
"max-height",
|
||||
];
|
||||
|
||||
const allowPropertiesBlockValues =
|
||||
|
Loading…
Reference in New Issue
Block a user