Skip to content

Commit e489e17

Browse files
committed
feat: add code comment
1 parent 856be00 commit e489e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OptionList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ const OptionList: React.ForwardRefRenderFunction<ReviseRefOptionListProps> = (_,
156156
// eslint-disable-next-line react-hooks/exhaustive-deps
157157
}, [searchValue]);
158158

159+
// >>> Disabled Strategy
159160
const disabledStrategy = (node: DataNode) => {
160161
if (node.disabled) {
161162
return true;

0 commit comments

Comments
 (0)