@textbus/platform-browser 5.3.4 → 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.js CHANGED
@@ -2191,7 +2191,7 @@ exports.CollaborateCursor = /*#__PURE__*/ function() {
2191
2191
  this.container = textbus.get(VIEW_CONTAINER);
2192
2192
  this.canvasContainer.append(this.canvas);
2193
2193
  this.host.append(this.canvasContainer, this.tooltips);
2194
- this.container.prepend(this.host);
2194
+ this.container.append(this.host);
2195
2195
  this.subscription.add(this.onRectsChange.subscribe(function(rects) {
2196
2196
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
2197
2197
  try {