瀏覽代碼

comment

#929
sschmid 4 年之前
父節點
當前提交
acd0b4ca6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/OpenSheetMusicDisplay/Cursor.ts

+ 1 - 1
src/OpenSheetMusicDisplay/Cursor.ts

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