mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
pointer events value change
This commit is contained in:
parent
dac093823e
commit
f78cf58552
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue