We detected screenshot mode. The chrome navbar should be hidden.
+ ) : ( ++ This is how the app looks in normal mode. The chrome navbar should be + visible. +
+ )} +Screenshot Mode is {screenshotMode.isScreenshotMode() ? 'ON' : 'OFF'}!
diff --git a/x-pack/examples/reporting_example/public/plugin.ts b/x-pack/examples/reporting_example/public/plugin.ts index 6ac1cbe01db92..644ac7cc8d8a8 100644 --- a/x-pack/examples/reporting_example/public/plugin.ts +++ b/x-pack/examples/reporting_example/public/plugin.ts @@ -16,7 +16,7 @@ import { PLUGIN_ID, PLUGIN_NAME } from '../common'; import { SetupDeps, StartDeps } from './types'; export class ReportingExamplePlugin implements Plugin