fixed missing full draw tag

canary
WolverinDEV 2019-04-27 00:45:38 +02:00
parent 744ac2eafd
commit bab50b8745
1 changed files with 1 additions and 0 deletions

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];