Home
last modified time | relevance | path

Searched refs:defaultSheetIndex (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/core/musicSheet/
H A Dindex.ts46 const defaultSheetIndex = allSheets.findIndex( constant
50 if (defaultSheetIndex === -1) {
55 const firstSheet = allSheets.splice(defaultSheetIndex, 1);
197 const defaultSheetIndex = sheets.findIndex(it => it.id === defaultSheet.id); constant
201 if (defaultSheetIndex !== -1) {
202 exportedDefaultSheet = sheets.splice(defaultSheetIndex, 1)[0];