[V3] fix drag n drop example not running#3742
Conversation
WalkthroughThe pull request introduces a fix for the Changes
Assessment against linked issues
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (2)
Files skipped from review due to trivial changes (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
Thanks for this! It was a side-effect of a recent change. Appreciate you picking this up. |
|
|
I added an entry to the changelog. |
* Replaced customEventProcessor with EmitEvent * 📝 Added bug fix entry to changelog



Description
app.customEventProcessorwithapp.EmitEvent.app.customEventProcessordoes not existVideo of the example working
Screen.Recording.2024-09-12.at.1.01.32.AM.mov
Fixes #3741
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using
wails doctor.Test Configuration
Please paste the output of
wails doctor. If you are unable to run this command, please describe your environment in as much detail as possible.Checklist:
website/src/pages/changelog.mdxwith details of this PRSummary by CodeRabbit
New Features
Bug Fixes
IgnoreMouseEvents.Refactor