mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
open draft in new window
This commit is contained in:
@@ -1230,7 +1230,7 @@ class LibContentView extends React.Component {
|
||||
}
|
||||
|
||||
goDraftPage = () => {
|
||||
window.location.href = siteRoot + 'drafts/' + this.state.draftID + '/';
|
||||
window.open(siteRoot + 'drafts/' + this.state.draftID + '/');
|
||||
}
|
||||
|
||||
sortItems = (sortBy, sortOrder) => {
|
||||
|
Reference in New Issue
Block a user