@textbus/platform-browser 4.0.0-alpha.50 → 4.0.0-alpha.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.
@@ -2298,7 +2298,7 @@ class BrowserModule {
2298
2298
  bottom: 0,
2299
2299
  zIndex: 1,
2300
2300
  pointerEvents: 'none',
2301
- overflow: 'hidden'
2301
+ // overflow: 'hidden'
2302
2302
  }
2303
2303
  });
2304
2304
  const wrapper = createElement('div', {
package/bundles/index.js CHANGED
@@ -2300,7 +2300,7 @@ class BrowserModule {
2300
2300
  bottom: 0,
2301
2301
  zIndex: 1,
2302
2302
  pointerEvents: 'none',
2303
- overflow: 'hidden'
2303
+ // overflow: 'hidden'
2304
2304
  }
2305
2305
  });
2306
2306
  const wrapper = createElement('div', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/platform-browser",
3
- "version": "4.0.0-alpha.50",
3
+ "version": "4.0.0-alpha.52",
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.3",
29
- "@textbus/collaborate": "^4.0.0-alpha.50",
30
- "@textbus/core": "^4.0.0-alpha.50",
28
+ "@tanbo/stream": "^1.2.4",
29
+ "@textbus/collaborate": "^4.0.0-alpha.52",
30
+ "@textbus/core": "^4.0.0-alpha.52",
31
31
  "@viewfly/core": "^1.0.0-alpha.4",
32
32
  "reflect-metadata": "^0.1.13"
33
33
  },
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "a7918554368f01ea704bedb8750a7513602aae49"
52
+ "gitHead": "c32fdbd9a1a03585b408297efc3c5414b3be5559"
53
53
  }