N°3786 - Fix object locked hint (on activity panel) not displayed until message removed

This commit is contained in:
Molkobain
2021-08-11 17:40:23 +02:00
parent 4379b4d908
commit fdca4d4cc3

View File

@@ -1081,10 +1081,6 @@ $(function()
_UpdateLockDependencies: function (sNewLockStatus, sMessage) {
const sOldLockStatus = this.options.lock_status;
if (sOldLockStatus === sNewLockStatus) {
return false;
}
// Update lock indicator
this.options.lock_status = sNewLockStatus;
this.element.find(this.js_selectors.lock_message).text(sMessage);