mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08: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:
parent
fc43191ae3
commit
30843fd7ef
|
@ -38,7 +38,6 @@ export default class PermissionDropdown extends Dropdown {
|
|||
|
||||
attrs.className = 'PermissionDropdown';
|
||||
attrs.buttonClassName = 'Button Button--text';
|
||||
attrs.lazyDraw = true;
|
||||
}
|
||||
|
||||
view(vnode) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user