Skip to content

Commit

Permalink
implemented code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jadutter committed Oct 16, 2023
1 parent af94c50 commit f4d2177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/library/zoid/modal/containerTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default ({ uid, frame, prerenderFrame, doc, event, state, props: { cspNon
// cannot overlay across the entire screen
if (context === 'popup') return undefined;

state.previousFocus = document.activeElement;
const [hijackViewport, replaceViewport] = viewportHijack();

const CLASS = {
Expand Down

0 comments on commit f4d2177

Please sign in to comment.