We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47127c commit a7c019bCopy full SHA for a7c019b
web_src/js/features/repo-projects.ts
@@ -35,7 +35,7 @@ async function moveIssue({item, from, to, oldIndex}: SortableEvent): Promise<voi
35
}
36
37
async function initRepoProjectSortable(): Promise<void> {
38
- // the HTML layout is: #project-board > .board > .project-column .cards > .issue-card
+ // the HTML layout is: #project-board.board > .project-column .cards > .issue-card
39
const mainBoard = document.querySelector('#project-board');
40
let boardColumns = mainBoard.querySelectorAll<HTMLElement>('.project-column');
41
createSortable(mainBoard, {
0 commit comments