Commit dd7f2cca by chamath

S56408142 - Message window only opens when mouse it moved to correct location.

Message window not opening issue fixed.
parent ca501f73
...@@ -91,8 +91,9 @@ export class AdminPortalLayoutComponent implements OnInit, OnDestroy { ...@@ -91,8 +91,9 @@ export class AdminPortalLayoutComponent implements OnInit, OnDestroy {
} else { } else {
const msg = JSON.parse(message.message); const msg = JSON.parse(message.message);
this.jobApplicationID = msg.JobApplicationID; this.jobApplicationID = msg.JobApplicationID;
// Show Chat bubble if message service allows // Show message popup if message service allows
this.showChat = true; this.showChat = true;
$('.hlp-checklist-button').focus();
} }
} else if (message.name === 'DisableCreateJobButton') { } else if (message.name === 'DisableCreateJobButton') {
if(message.message != this.createJobDisabled) { if(message.message != this.createJobDisabled) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment