@textbus/platform-browser 3.7.2 → 3.7.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.
@@ -369,6 +369,7 @@ let SelectionBridge = class SelectionBridge {
369
369
  }
370
370
  minLeft = rect2.left;
371
371
  minTop = rect2.top;
372
+ oldPosition = position;
372
373
  }
373
374
  if (isToPrevLine) {
374
375
  if (rect2.left < startLeft) {
package/bundles/index.js CHANGED
@@ -371,6 +371,7 @@ exports.SelectionBridge = class SelectionBridge {
371
371
  }
372
372
  minLeft = rect2.left;
373
373
  minTop = rect2.top;
374
+ oldPosition = position;
374
375
  }
375
376
  if (isToPrevLine) {
376
377
  if (rect2.left < startLeft) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/platform-browser",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -48,5 +48,5 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/textbus/textbus.git/issues"
50
50
  },
51
- "gitHead": "0fafe249121abf8bd86abd956edc7ee298d84636"
51
+ "gitHead": "db4e1056d62087b217bbe5f2c1535e5f4a4d1467"
52
52
  }