feat: add ToolbarScope parameter to editors for scoped toolbar contributions
- Introduce a new ToolbarScope parameter in SbMarkdownEditor, SbMarkEditor, and SbRichTextEditor to filter toolbar contributors based on context. - Update related services and interfaces to support scoped contributions, enhancing the flexibility of toolbar item management. - Add disposal handling in SbSelectOption to unregister options properly. - Implement CSS coverage fixes for various components to ensure consistent styling across the application.
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<NoWarn>$(NoWarn);CS8601;CS8602;CS8603;CS8604;CS8613;CS8618;CS8619;CS8620;CS8625;CS8629;CS8632;CS8669;CS8609;CS8767</NoWarn>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user