feat: Allow the component id drop-down box to select the answer operator #3085 (#3087)

### What problem does this PR solve?

feat: Allow the component id drop-down box to select the answer operator
#3085

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu 2024-10-29 18:01:26 +08:00 committed by GitHub
parent f7705d6bc9
commit c7dfb0193b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -647,7 +647,6 @@ const ExcludedNodes = [
Operator.Categorize, Operator.Categorize,
Operator.Relevant, Operator.Relevant,
Operator.Begin, Operator.Begin,
Operator.Answer,
Operator.Note, Operator.Note,
]; ];