@textbus/adapter-vue 4.0.0-alpha.17 → 4.0.0-alpha.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,7 +95,7 @@ class Adapter extends DomAdapter {
95
95
  };
96
96
  const refFn = (nativeNode) => {
97
97
  if (!nativeNode) {
98
- this.slotRootNativeElementCaches.remove(nativeNode);
98
+ this.slotRootNativeElementCaches.remove(slot);
99
99
  }
100
100
  else {
101
101
  this.slotRootNativeElementCaches.set(slot, nativeNode);
package/bundles/index.js CHANGED
@@ -97,7 +97,7 @@ class Adapter extends platformBrowser.DomAdapter {
97
97
  };
98
98
  const refFn = (nativeNode) => {
99
99
  if (!nativeNode) {
100
- this.slotRootNativeElementCaches.remove(nativeNode);
100
+ this.slotRootNativeElementCaches.remove(slot);
101
101
  }
102
102
  else {
103
103
  this.slotRootNativeElementCaches.set(slot, nativeNode);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-vue",
3
- "version": "4.0.0-alpha.17",
3
+ "version": "4.0.0-alpha.18",
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",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.0",
29
- "@textbus/core": "^4.0.0-alpha.17",
30
- "@textbus/platform-browser": "^4.0.0-alpha.17",
29
+ "@textbus/core": "^4.0.0-alpha.18",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.18",
31
31
  "vue": "^3.3.4"
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": "0ea4a4500c7743315c6ae9881569a4381aeedb15"
51
+ "gitHead": "e7887ee051c488286d669dd8ba396a05b7989107"
52
52
  }