mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 11:57:34 +00:00
Fix create thumbnail error (#6798)
* fix create thumbnail in dirent grid item * fix create thumbnail in dirent list item * optimise codes * change thumbnail start * change 2 thumbnail centers
This commit is contained in:
@@ -32,6 +32,10 @@ export default class ListTagPopover extends React.Component {
|
||||
this.loadTags();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.setState = () => {};
|
||||
}
|
||||
|
||||
loadTags = () => {
|
||||
seafileAPI.listRepoTags(this.props.repoID).then(res => {
|
||||
let repotagList = [];
|
||||
|
Reference in New Issue
Block a user