trandingnow back key error
This commit is contained in:
@@ -152,9 +152,10 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
Spotlight.focus("spotlightId_backBtn");
|
||||
};
|
||||
|
||||
const onClick = useCallback(() => {
|
||||
const onClick = useCallback((ev) => {
|
||||
dispatch(finishVideoPreview());
|
||||
dispatch(popPanel(panel_names.DETAIL_PANEL));
|
||||
ev.stopPropagation();
|
||||
}, [dispatch]);
|
||||
|
||||
const handleSMSonClose = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user