Revert "FIX: Show user status tooltip on the assign modal"

This reverts commit ff9ef36a28.
This commit is contained in:
Jan Cernik 2023-04-10 22:09:58 -03:00
parent ff9ef36a28
commit 29874f1c9a
No known key found for this signature in database
3 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1,3 @@
import EmailGroupUserChooserRow from "select-kit/components/email-group-user-chooser-row";
export default EmailGroupUserChooserRow.extend({
stopPropagation(instance, event) {
event.stopPropagation();
},
});
export default EmailGroupUserChooserRow.extend();

View File

@ -6,8 +6,7 @@
{{#if (and this.item.showUserStatus this.item.status)}}
<UserStatusMessage
@status={{this.item.status}}
@onTrigger={{this.stopPropagation}}
@onUntrigger={{this.stopPropagation}}
@showDescription={{true}}
/>
{{/if}}
</div>

View File

@ -109,7 +109,6 @@
align-items: baseline;
line-height: var(--line-height-small);
overflow: hidden;
pointer-events: all;
}
.name {