sschmid %!s(int64=4) %!d(string=hai) anos
pai
achega
acd0b4ca6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/OpenSheetMusicDisplay/Cursor.ts

+ 1 - 1
src/OpenSheetMusicDisplay/Cursor.ts

@@ -197,7 +197,7 @@ export class Cursor {
    * Go to next entry
    */
   public next(): void {
-    this.iterator.moveToNextVisibleVoiceEntry(false);
+    this.iterator.moveToNextVisibleVoiceEntry(false); // moveToNext() would not skip notes in hidden (visible = false) parts
     this.update();
   }