Skip to content

Commit

Permalink
[v4] [demo-app] fix: use FocusStyleManager (#5047)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Nov 30, 2021
1 parent a66bf82 commit 4ff722e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/demo-app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import * as React from "react";
import * as ReactDOM from "react-dom";

import { FocusStyleManager } from "@blueprintjs/core";

import { Examples } from "./examples/Examples";

FocusStyleManager.onlyShowFocusOnTabs();
ReactDOM.render(<Examples />, document.querySelector("#blueprint-demo-app"));

0 comments on commit 4ff722e

Please sign in to comment.