@syncfusion/ej2-richtexteditor 19.4.50 → 19.4.52

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.50
3
+ * version : 19.4.52
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-richtexteditor@19.4.48",
3
+ "_id": "@syncfusion/ej2-richtexteditor@19.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QieTgmAYkkOwu3ZFdLGHs+y4zOaWVeX0ega0Y+aKDujLdgrOd6roe6wdZrAnFGypJmN1kw1ZzpXOl7Z58J95Rg==",
5
+ "_integrity": "sha512-Dftmdla20Jks8BOKPNXpXnuFgKKJrFpTZ96N1tBqOdY2ztRJkCX/xRzH7piEaw8FSRpPX+ouLKRUistuRodm2w==",
6
6
  "_location": "/@syncfusion/ej2-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -26,8 +26,8 @@
26
26
  "/@syncfusion/ej2-react-richtexteditor",
27
27
  "/@syncfusion/ej2-vue-richtexteditor"
28
28
  ],
29
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.48.tgz",
30
- "_shasum": "bcbe604657f0ddbca36bee320dd63465c8c861ff",
29
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.50.tgz",
30
+ "_shasum": "a6c82c29e63820e3c8c1f930e93cd1c9c0eb6ec6",
31
31
  "_spec": "@syncfusion/ej2-richtexteditor@*",
32
32
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
33
33
  "author": {
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "bundleDependencies": false,
40
40
  "dependencies": {
41
- "@syncfusion/ej2-base": "~19.4.48",
42
- "@syncfusion/ej2-buttons": "~19.4.50",
43
- "@syncfusion/ej2-filemanager": "~19.4.50",
44
- "@syncfusion/ej2-inputs": "~19.4.48",
45
- "@syncfusion/ej2-navigations": "~19.4.50",
46
- "@syncfusion/ej2-popups": "~19.4.50",
47
- "@syncfusion/ej2-splitbuttons": "~19.4.48"
41
+ "@syncfusion/ej2-base": "~19.4.52",
42
+ "@syncfusion/ej2-buttons": "~19.4.52",
43
+ "@syncfusion/ej2-filemanager": "~19.4.52",
44
+ "@syncfusion/ej2-inputs": "~19.4.52",
45
+ "@syncfusion/ej2-navigations": "~19.4.52",
46
+ "@syncfusion/ej2-popups": "~19.4.52",
47
+ "@syncfusion/ej2-splitbuttons": "~19.4.52"
48
48
  },
49
49
  "deprecated": false,
50
50
  "description": "Essential JS 2 RichTextEditor component",
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "19.4.50",
73
+ "version": "19.4.52",
74
74
  "sideEffects": false
75
75
  }
@@ -988,7 +988,7 @@ var RichTextEditor = /** @class */ (function (_super) {
988
988
  break;
989
989
  case 'width':
990
990
  this.setWidth(newProp[prop]);
991
- if (this.toolbarSettings.enable) {
991
+ if (this.toolbarSettings.enable && !this.inlineMode.enable) {
992
992
  this.toolbarModule.refreshToolbarOverflow();
993
993
  this.resizeHandler();
994
994
  }