From e3290f57807eb568e3a82e6bcbbaa9ad54198c52 Mon Sep 17 00:00:00 2001 From: Taha <98838967+Taha-Hassan-Git@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:41:40 +0000 Subject: [PATCH] annotate force mobile example (#2421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit annotate force mobile example ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [x] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [ ] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Test Plan 1. Add a step-by-step description of how to test your PR here. 2. - [ ] Unit Tests - [ ] End to end tests ### Release Notes - annotate force mobile example --- .../src/examples/force-mobile/ForceBreakpointExample.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/examples/src/examples/force-mobile/ForceBreakpointExample.tsx b/apps/examples/src/examples/force-mobile/ForceBreakpointExample.tsx index 7aaf86eb7..930bc3465 100644 --- a/apps/examples/src/examples/force-mobile/ForceBreakpointExample.tsx +++ b/apps/examples/src/examples/force-mobile/ForceBreakpointExample.tsx @@ -8,3 +8,8 @@ export default function ForceMobileExample() { ) } + +/* +This example shows how you can force the editor to use the mobile breakpoint. +Simply pass the `forceMobile` prop to the editor component. +*/