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