mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
New file/folder menu on toolbar (#2452)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import moment from 'moment';
|
||||
import NodeMenuControl from '../menu-component/node-menu-control';
|
||||
import MenuControl from '../menu-control';
|
||||
|
||||
moment.locale(window.app.config.lang);
|
||||
const propTypes = {
|
||||
@@ -70,7 +70,7 @@ class HistoryListItem extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div className="history-operation">
|
||||
<NodeMenuControl
|
||||
<MenuControl
|
||||
isShow={this.state.isShowOperationIcon || isHigtlightItem}
|
||||
onClick={this.onMenuControlClick}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user