Allow fullscreen on unit iframe
This commit is contained in:
@@ -12,6 +12,7 @@ export default function Unit({ id, pageTitle }) {
|
||||
title={pageTitle}
|
||||
ref={iframeRef}
|
||||
src={iframeUrl}
|
||||
allowFullScreen
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user