@talrace/ngx-noder 19.0.25 → 19.0.26

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.
@@ -7988,6 +7988,7 @@ class Selection {
7988
7988
  }
7989
7989
  const column = PositionHelper.getApproximatePosition(session, line, this.keepLinePositionX);
7990
7990
  this.cursor = PositionHelper.screenToDocument(session, line, column);
7991
+ this.overlayService.close();
7991
7992
  }
7992
7993
  getCursorLeft(session) {
7993
7994
  if (this.cursor.row === 0 && this.cursor.column === 0) {