fixed missing full draw tag

This commit is contained in:
WolverinDEV 2019-04-27 00:45:38 +02:00
parent 744ac2eafd
commit bab50b8745

View file

@ -197,6 +197,7 @@ namespace Modals {
const element = this.permission_value_map[permission.id] || (this.permission_value_map[permission.id] = new PermissionValue(permission));
element.granted_value = entry.granted;
}
entry.request_full_draw();
this.entry_editor.request_draw(false);
}).catch(() => {
const element = this.permission_value_map[permission.id];