PromucFlow_constructor/app/client/src
rahulramesha 448528f6cf
fix: Html canvas getting cut off while moving into other containers (#25059)
## Description
The Html canvas was being cut while dragging into the container from
another canvas. This seemed to be due to the is Current Canvas being
dragged on check, Hence updating to check only if being dragged,
regardless of if current widget is being dragged.

Fixes #25034

#### Media
Before:


https://github.com/appsmithorg/appsmith/assets/71900764/3c0b1bd0-5488-45df-ab58-990cfc253ccd

After:


https://github.com/appsmithorg/appsmith/assets/71900764/cec02b0b-e04e-4936-aa81-0fcf83f4dc8a




#### Type of change
- Bug fix (non-breaking change which fixes an issue)

## Testing
>
#### How Has This Been Tested?
- [ ] Manual

#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-07-07 15:36:32 +05:30
..
actions feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
api feat: updating datasource endpoints contract (#23920) 2023-07-03 18:36:05 +05:30
assets fix: all backlog fixes for ads v2 (#24012) 2023-06-12 12:40:54 +07:00
ce fix: git discard message (#25138) 2023-07-07 10:48:53 +05:30
components fix: Action selector form getting cut off (#24895) 2023-07-06 16:04:17 +05:30
constants chore: Sunset Omnibar Documentation and Snippets (#24787) 2023-06-30 15:51:08 +05:30
ee feat: remove collapse sections (#24017) 2023-07-04 17:41:56 +05:30
enterprise
entities fix:remove linting related code from eval (#24995) 2023-07-07 07:31:25 +01:00
globalStyles fix: Migrate slash commands to ADS 2.0 (#24864) 2023-06-30 08:44:00 +05:30
icons feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
mockComponentProps
mockResponses
mocks
navigation feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
pages fix: Html canvas getting cut off while moving into other containers (#25059) 2023-07-07 15:36:32 +05:30
plugins/Linting fix:remove linting related code from eval (#24995) 2023-07-07 07:31:25 +01:00
polyfills
reducers feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
reflow fix: Add null check to fix sentry error in widget reflow (#24214) 2023-06-08 17:37:04 +05:30
resizable fix: widget borders does not reflect widget height (#23694) 2023-06-28 14:11:45 +05:30
sagas fix: revert execution instrumentation (#25163) 2023-07-06 18:50:31 +05:30
selectors fix: revert execution instrumentation (#25163) 2023-07-06 18:50:31 +05:30
templates
theme
transformers feat: remove collapse sections (#24017) 2023-07-04 17:41:56 +05:30
usagePulse chore: Add analytics event to track telemetry is disabled & update properties for INVITE_USER event (#24042) 2023-06-06 02:57:40 +05:30
utils chore: Pass errors to widgets (#24760) 2023-07-06 17:15:15 +05:30
WidgetQueryGenerators feat: MySQL & MSSQL query generator (#24516) 2023-07-06 13:50:58 +05:30
widgets fix: prevent click event on disabled next page button of table widget (#25119) 2023-07-07 12:16:48 +05:30
workers fix:remove linting related code from eval (#24995) 2023-07-07 07:31:25 +01:00
App.css
AppErrorBoundry.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
config.d.ts
Globals.d.ts feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
index.css fix: design-system-old fixes (#24421) 2023-06-20 14:34:13 +05:30
index.tsx perf: prioritize the main bundle over preloads (v2) (#24374) 2023-06-22 10:58:10 +05:30
LandingScreen.tsx
preload-route-chunks.ts feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
react-app-env.d.ts
RouteBuilder.test.ts fix: Encode query params in URLs (#22594) 2023-05-03 09:00:27 +05:30
RouteBuilder.ts fix: Encode query params in URLs (#22594) 2023-05-03 09:00:27 +05:30
RouteChangeListener.tsx
RouteParamsMiddleware.ts feat: deprecate duplicate button (#23461) 2023-05-24 10:34:52 +05:30
serviceWorker.js fix: don’t cache icons by the service worker (#23558) 2023-05-24 12:50:26 +05:30
store.ts
wdyr.ts