capdiem

Results 106 comments of capdiem

@wangxuepeng 我们stack产品线的导航是这样的,你可以参考[源码](https://github.com/masastack/MASA.Stack.Components/blob/08448e144c656dc5e90e7d320e434675ecd50871/src/Masa.Stack.Components/Shared/Layouts/Components/Navigation.razor#L32),至于PRO目前的设计没有更改的计划。

@394988736 感谢反馈

Masa.Blazor 最新版已解决。

目前没有这个计划,细节上还有些难点。

@VleaStwo 看了下Vuetify的逻辑,OpenOnClick的时候是不会激活父元素的。我觉得select和active的行为是一样的,只是UI不一样,不建议一起使用,如果只是想选择的时候有active的样式,只需要使用css。 ```css .m-treeview-node--selected > .m-treeview-node__root--selectable { background-color: lightblue; } ```

@VleaStwo 可能在v2的时候考虑移除active功能。

From #3068, I've noticed that this problem still persists in the latest version. I hope it can be resolved soon. Thank you @mattleibow !

duplicate of https://github.com/masastack/MASA.Blazor/issues/1441

The Quill Editor may be considered for direct removal instead of separation, and it's recommended to use a third-party Blazor library: https://github.com/Blazored/TextEditor