Explorar o código

presentation is enabled

reiji-h %!s(int64=2) %!d(string=hai) anos
pai
achega
5e087af950
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/presentation/src/components/Presentation.tsx

+ 1 - 1
packages/presentation/src/components/Presentation.tsx

@@ -66,7 +66,7 @@ export const Presentation = (props: PresentationProps): JSX.Element => {
 
   return (
     <div className={`grw-presentation ${styles['grw-presentation']} reveal`}>
-      <Slides options={options} hasMarpFlag={marp}>{children}</Slides>
+      <Slides options={options} hasMarpFlag={marp} presentation>{children}</Slides>
     </div>
   );
 };