You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Keyboard shortcuts were not respecting the denied permissions. Especially CTRL + P for print and CTRL + S for save.
Fixed: Pages outline color when focused.
Improved: Added and used ObjectUtil.override method which is more suitable than ObjectUtil.apply,
for overriding a class instance/object; it can apply property getters, property setters, functions etc.