Skip to content

Commit c88ba94

Browse files
committed
fix: control box not shown on source code selection
1 parent ed37783 commit c88ba94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Alternatively, you can switch to Edit Mode by updating the `livePreviewMode` set
3030

3131
## Control Box
3232

33-
When you click an element in the Live Preview (or select it through the source code), a **Control Box** appears near it. This floating panel shows you what the element is and gives you tools to edit it.
33+
When you click an element in the Live Preview, a **Control Box** appears near it. This floating panel shows you what the element is and gives you tools to edit it.
3434

3535
<!-- Add an image here showing the Control Box with the info section and tools section visible -->
3636

@@ -52,7 +52,7 @@ Clicking on the info section opens the [Element Properties](#element-properties)
5252

5353
The **Select Parent** button *(up-arrow icon)* appears next to the info section. Clicking it selects the parent of the currently selected element.
5454

55-
*This button appears only when a valid parent exists (it is not shown when the parent is `body`, `html`, or a JavaScript-rendered element).*
55+
> This button appears only when a valid parent exists. It is not shown when the parent is `body`, `html`, or a JavaScript-rendered element.
5656
5757
### Tools
5858

@@ -264,6 +264,6 @@ When an element has this class, the element behaves as if you're in Preview Mode
264264
265265
If you want only to exclude the particular element and not its children, use the class `phcode-no-lp-edit-this`.
266266

267-
> Placing your cursor on the element in the source code will still select it in Live Preview and allow you to use edit features.
267+
> Placing your cursor on the element in the source code will still highlight it in the Live Preview. To use edit features, click the element directly in the Live Preview.
268268
269269
---

0 commit comments

Comments
 (0)