Skip to content

Commit 693969d

Browse files
chivorotkivsergeibbb
authored andcommitted
Makes issue list in Start Work searchable
(#3772, #3773)
1 parent cf33c45 commit 693969d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/startWork/startWork.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ export class StartWorkCommand extends QuickCommand<State> {
503503
}
504504
return false;
505505
},
506+
onDidChangeValue: () => true,
506507
});
507508

508509
const selection: StepSelection<typeof step> = yield step;

0 commit comments

Comments
 (0)