Explorar o código

Cursor on first StaffEntry by default

Andrea Condoluci %!s(int64=9) %!d(string=hai) anos
pai
achega
52eddf3d90
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/OSMD/Cursor.ts

+ 1 - 0
src/OSMD/Cursor.ts

@@ -27,6 +27,7 @@ export class Cursor {
 
     public init(manager: MusicPartManager, graphic: GraphicalMusicSheet): void {
         this.iterator = manager.getIterator();
+        this.iterator.moveToNext();
         this.graphic = graphic;
         this.hidden = true;
         this.hide();