mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +08:00
fixed edit action
This commit is contained in:
parent
cd6780775c
commit
b0bd92e3f4
1 changed files with 10 additions and 0 deletions
|
@ -530,6 +530,11 @@
|
|||
.css({
|
||||
'pointer-events': 'none',
|
||||
'color': '#d2d2d2'});
|
||||
$(el)
|
||||
.find('[data-action="edit"]')
|
||||
.css({
|
||||
'pointer-events': 'none',
|
||||
'color': '#d2d2d2'});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
@ -548,6 +553,11 @@
|
|||
.css({
|
||||
'pointer-events': 'auto',
|
||||
'color': '#262626'});
|
||||
$(el)
|
||||
.find('[data-action="edit"]')
|
||||
.css({
|
||||
'pointer-events': 'auto',
|
||||
'color': '#262626'});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue