Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18ac6db

Browse files
committedMay 24, 2021
integrating t-grid in security solution
1 parent 83310e3 commit 18ac6db

File tree

182 files changed

+4574
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4574
-384
lines changed
 

‎packages/kbn-securitysolution-t-grid/src/components/drag_and_drop/draggable_keyboard_wrapper_hook/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const useDraggableKeyboardWrapper = ({
4545
cancelDrag(prevDragAction);
4646
return null;
4747
}
48-
return prevDragAction;
48+
return null;
4949
});
5050
}, [cancelDrag]);
5151

0 commit comments

Comments
 (0)
Please sign in to comment.