Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Sep 10, 2024
1 parent 1022aa6 commit 1046fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-react/src/core/component-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const ComponentBase = forwardRef<ComponentBaseRef, any>(
independentEvents,
getConfig,
]);

const onTemplatesRendered = useCallback(() => {
if (shouldRestoreFocus.current && instance.current?.focus) {
instance.current.focus();
Expand Down

0 comments on commit 1046fec

Please sign in to comment.