fix(Editor): update editor script for upload image work#7383
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideNormalize the Editors.razor page directive to remove a leading BOM/hidden character so the editor sample route is correctly recognized; csproj appears untouched aside from potential whitespace or metadata changes. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
This PR fixes image upload functionality in the Editor component by updating the BootstrapBlazor.SummerNote package from version 10.0.0 to 10.0.1, which contains the necessary fix for issue #7382.
- Package version bump for BootstrapBlazor.SummerNote (10.0.0 → 10.0.1)
- BOM character removal from Editors.razor file
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/BootstrapBlazor.Server/Components/Samples/Editors.razor | Removes BOM character from the start of the file |
| src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj | Updates BootstrapBlazor.SummerNote package to version 10.0.1 to fix image upload functionality |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7383 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 748 748
Lines 32793 32793
Branches 4551 4551
=========================================
Hits 32793 32793
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link issues
fixes #7382
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Enhancements: