1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

remove support sdozip

This commit is contained in:
孙永强
2025-07-04 14:04:32 +08:00
committed by r350178982
parent f5e45ae5e5
commit aa9d8da30a
3 changed files with 7 additions and 51 deletions

View File

@@ -65,7 +65,7 @@ export default class PageDropdownMenu extends Component {
const { page } = this.props;
const fileInput = document.createElement('input');
fileInput.type = 'file';
fileInput.accept = '.sdoczip,.docx,.md';
fileInput.accept = '.docx,.md';
fileInput.style.display = 'none';
fileInput.addEventListener('change', (e) => {