@truedat/core 5.4.1 → 5.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.4.3] 2023-03-27
4
+
5
+ ### Fixed
6
+
7
+ - [TD-5676] Fix Rich Text Editor on Chrome
8
+
3
9
  ## [5.3.3] 2023-03-13
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "5.4.1",
3
+ "version": "5.4.3",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -117,5 +117,5 @@
117
117
  "react-dom": ">= 16.8.6 < 17",
118
118
  "semantic-ui-react": ">= 2.0.3 < 2.2"
119
119
  },
120
- "gitHead": "9fe624f3a1f5366c03d532c68e741622e8356608"
120
+ "gitHead": "188618bd5c6b4625b3b0e14cc1daed9a5984fe67"
121
121
  }
@@ -102,6 +102,7 @@ export class RichTextEditor extends React.Component {
102
102
  </Menu>
103
103
  <div style={{ padding: "10px" }}>
104
104
  <Editor
105
+ style={{ WebkitUserModify: "read-write !important" }}
105
106
  spellCheck
106
107
  autoFocus
107
108
  value={this.state.value}