Skip to content

Commit a7c019b

Browse files
authored
Update web_src/js/features/repo-projects.ts
1 parent b47127c commit a7c019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function moveIssue({item, from, to, oldIndex}: SortableEvent): Promise<voi
3535
}
3636

3737
async function initRepoProjectSortable(): Promise<void> {
38-
// the HTML layout is: #project-board > .board > .project-column .cards > .issue-card
38+
// the HTML layout is: #project-board.board > .project-column .cards > .issue-card
3939
const mainBoard = document.querySelector('#project-board');
4040
let boardColumns = mainBoard.querySelectorAll<HTMLElement>('.project-column');
4141
createSortable(mainBoard, {

0 commit comments

Comments
 (0)