mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
remove adjacent excess Divider (#5680)
* remove adjacent excess 'Divider' * fix upload file tags may cover previous tags
This commit is contained in:
@@ -46,8 +46,10 @@ export default class ListTagPopover extends React.Component {
|
||||
});
|
||||
};
|
||||
|
||||
updateTags = (repotagList) => {
|
||||
this.setState({ repotagList });
|
||||
updateTags = (newRepotagList) => {
|
||||
this.setState({
|
||||
repotagList: [...this.state.repotagList, ...newRepotagList],
|
||||
});
|
||||
};
|
||||
|
||||
onDeleteTag = (tag) => {
|
||||
|
Reference in New Issue
Block a user