@textbus/platform-browser 5.3.3 → 5.4.0

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.
package/dist/index.esm.js CHANGED
@@ -2187,7 +2187,7 @@ var CollaborateCursor = /*#__PURE__*/ function() {
2187
2187
  this.container = textbus.get(VIEW_CONTAINER);
2188
2188
  this.canvasContainer.append(this.canvas);
2189
2189
  this.host.append(this.canvasContainer, this.tooltips);
2190
- this.container.prepend(this.host);
2190
+ this.container.append(this.host);
2191
2191
  this.subscription.add(this.onRectsChange.subscribe(function(rects) {
2192
2192
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
2193
2193
  try {