PromucFlow_constructor/app/client/src/layoutSystems/common
Hetu Nandu 944fa23283
fix: Widget name disappear as you hover over it (#32709)
## Description

Moves the Focus widget action into its own hook, and calling it from the
PositionContainer instead from the DraggableContainer. PositionContainer
is the parent of Draggable and hence adds a larger target for the mouse
focus of a widget.



Fixes #32710

## Automation

/ok-to-test tags="@tag.IDE"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8705394457>
> Commit: bc58f19c7247544117866d89f4f557372f8791ef
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8705394457&attempt=1"
target="_blank">Click here!</a>

<!-- end of auto-generated comment: Cypress test results  -->



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced widget interaction by implementing hover to focus
functionality in the PositionedContainer.

- **Refactor**
- Simplified the DraggableComponent by removing unused states and event
handlers, focusing on widget selection improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-17 16:10:35 +05:30
..
canvasArenas chore: RMVF based changes for DnD, Modals, and Space distribution. (#31980) 2024-04-05 11:16:07 +05:30
canvasViewer chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
draggable fix: Widget name disappear as you hover over it (#32709) 2024-04-17 16:10:35 +05:30
dropTarget feat: implement dropping building blocks on canvas (#31857) 2024-04-16 09:41:09 +01:00
DSLConversions chore: Update DSL for Anvil (#27966) 2023-10-19 20:50:17 +05:30
mainContainerResizer chore: Merge wds and anvil feature flags (#32609) 2024-04-12 22:54:04 +05:30
modalOverlay fix: Closing modal in Split view, exits code mode (#32119) 2024-03-27 14:38:28 +00:00
resizer chore: Block Selections when Canvas is in Side by Side mode (#31587) 2024-03-13 11:53:49 +05:30
snipeable chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
utils feat: implement dropping building blocks on canvas (#31857) 2024-04-16 09:41:09 +01:00
widgetComponent chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
widgetName chore: Block Selections when Canvas is in Side by Side mode (#31587) 2024-03-13 11:53:49 +05:30
WidgetNamesCanvas chore: widgets alignment (#31923) 2024-03-22 16:53:29 +03:00
selectors.ts fix: Fix widget name canvas issues (#28314) 2023-10-25 11:10:43 +05:30
types.ts chore: register offset values as per parent drop target in Anvil (#28757) 2023-11-15 18:02:12 +05:30
useLayoutSystemFeatures.ts chore: clean up space distribution feature in Anvil (#31468) 2024-03-06 12:59:44 +05:30