mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Block {,max-}{width,height} from being copied (#1529)
This commit is contained in:
parent
b3ea7288ab
commit
fa6a531bd5
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ const stylingInternal: BlockProperties = [
|
|||
"background-color",
|
||||
"font-size",
|
||||
"font-family",
|
||||
"width",
|
||||
"height",
|
||||
"max-width",
|
||||
"max-height",
|
||||
];
|
||||
|
||||
const allowPropertiesBlockValues =
|
||||
|
|
Loading…
Reference in a new issue