mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 09:21:54 +00:00
Table module optimized (#2727)
This commit is contained in:
@@ -118,7 +118,7 @@ class Item extends Component {
|
||||
|
||||
const data = this.props.data;
|
||||
|
||||
let opClasses = 'sf2-icon-delete unlink-device op-icon';
|
||||
let opClasses = 'sf2-icon-delete unlink-device action-icon';
|
||||
opClasses += this.state.showOpIcon ? '' : ' invisible';
|
||||
|
||||
const desktopItem = (
|
||||
|
Reference in New Issue
Block a user