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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user