Skip to content

Commit 4542e8a

Browse files
[update] minor fix
1 parent 58b2664 commit 4542e8a

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

docs/api/properties.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,8 @@ Defines default values of the toolbar selection controls
5757
~~~jsx {2-12}
5858
var richtext = new dhx.Richtext("richtext_container", {
5959
defaultStyles: {
60-
paragraph: {
61-
"font-size": "14px"
62-
},
63-
h1: {
64-
"font-size": "20px"
65-
},
66-
"*": { // styles that apply to all types of blocks
67-
"font-family":"Tahoma"
68-
}
60+
"font-size": "14px"
61+
"font-family":"Tahoma"
6962
}
7063
});
7164
~~~
@@ -88,8 +81,6 @@ var defaultStyles = {
8881
};
8982
~~~
9083

91-
**Related sample:** [Default styles](https://snippet.dhtmlx.com/vewoiptc)
92-
9384
____
9485

9586
## `mode`

docs/whats_new.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Released on June 18, 2024
1515
### Fixes
1616

1717
- Add cross widget localization
18-
- Add scripts to deploy npm-pro and npm trial packages
1918
- Incorrect HTML parsing
2019
- Retyping the text that contains a link invokes an error
2120
- When changing the font, the previous character appears before the text

0 commit comments

Comments
 (0)