mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
Don't lazy draw permissions dropdown
It is already lazy drawn, see 23a70affa6/js/src/admin/components/PermissionDropdown.js (L63-L63)
This commit is contained in:
@@ -38,7 +38,6 @@ export default class PermissionDropdown extends Dropdown {
|
|||||||
|
|
||||||
attrs.className = 'PermissionDropdown';
|
attrs.className = 'PermissionDropdown';
|
||||||
attrs.buttonClassName = 'Button Button--text';
|
attrs.buttonClassName = 'Button Button--text';
|
||||||
attrs.lazyDraw = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
view(vnode) {
|
view(vnode) {
|
||||||
|
Reference in New Issue
Block a user