Skip to content

Commit dfcf7cc

Browse files
Delete Bullet Point Quick Info Fix
- When a bullet point is deleted it will refresh the quick info numbers for active/complete bullet point counts
1 parent 3a81470 commit dfcf7cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/deleteBulletpoint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ confirmDeleteBulletpointButton_el.addEventListener('click', async () => {
2020
await api.bulletpointHandler({request: 'Delete', bulletpointID: currentDeleteBulletpointID});
2121
deleteBulletpointOverlay_el.style.display = 'none';
2222
await viewBulletpoints(currentBulletpointList, currentDeleteTaskID, currentDeleteProjectID);
23+
await populateActiveBulletpoints();
24+
await populateCompleteBulletpoints();
2325
});

0 commit comments

Comments
 (0)