@textbus/platform-browser 4.0.0-alpha.21 → 4.0.0-alpha.22

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.
@@ -645,6 +645,7 @@ let SelectionBridge = class SelectionBridge {
645
645
  }
646
646
  minLeft = rect2.left;
647
647
  minTop = rect2.top;
648
+ oldPosition = position;
648
649
  }
649
650
  if (isToPrevLine) {
650
651
  if (rect2.left < startLeft) {
package/bundles/index.js CHANGED
@@ -647,6 +647,7 @@ exports.SelectionBridge = class SelectionBridge {
647
647
  }
648
648
  minLeft = rect2.left;
649
649
  minTop = rect2.top;
650
+ oldPosition = position;
650
651
  }
651
652
  if (isToPrevLine) {
652
653
  if (rect2.left < startLeft) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/platform-browser",
3
- "version": "4.0.0-alpha.21",
3
+ "version": "4.0.0-alpha.22",
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",
@@ -25,9 +25,9 @@
25
25
  "typescript editor"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanbo/stream": "^1.2.0",
29
- "@textbus/core": "^4.0.0-alpha.21",
30
- "@viewfly/core": "^0.5.0",
28
+ "@tanbo/stream": "^1.2.3",
29
+ "@textbus/core": "^4.0.0-alpha.22",
30
+ "@viewfly/core": "^0.5.4",
31
31
  "reflect-metadata": "^0.1.13"
32
32
  },
33
33
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/textbus/textbus.git/issues"
50
50
  },
51
- "gitHead": "f3b0668195a35f483a797280cdb4a303ebb27a12"
51
+ "gitHead": "c2df243641755e3668fb2ab8f3e1077693cda609"
52
52
  }