diff --git a/packages/ui-drilldown/src/Drilldown/index.tsx b/packages/ui-drilldown/src/Drilldown/index.tsx index 2fb4cee600..f5429ed459 100644 --- a/packages/ui-drilldown/src/Drilldown/index.tsx +++ b/packages/ui-drilldown/src/Drilldown/index.tsx @@ -876,7 +876,7 @@ class Drilldown extends Component { if (event.key === 'ArrowLeft') { // if it is possible, we go a level up in the history if (this._pageHistory.length > 1) { - this.goToPreviousPage() + this.handleBackButtonClick() } // if on root page and popover is open, we close it