if (newBlock) {
      this.cursor = this.cursor || this.parent.cursor;
      this.finalizeTree();
      this.bubble('reflow').cursor.insAtRightEnd(newBlock);
    }