pointer events value change

This commit is contained in:
Giga Chubinidze 2022-11-23 17:12:25 +04:00
parent dac093823e
commit f78cf58552

View file

@ -90,7 +90,7 @@ var RepositoryDatatable = (function(global) {
$('#editDeleteCopy').show();
$('#toolbarPrintLabel').show();
}
$('#team-switch').css({ 'pointer-events': 'visible', opacity: 1 });
$('#team-switch').css({ 'pointer-events': 'auto', opacity: 1 });
$('#navigationGoBtn').prop('disabled', false);
} else if (currentMode === 'editMode') {
$(TABLE_WRAPPER_ID).addClass('editing');