meta+s now redirects to document edit page
This commit is contained in:
@@ -171,6 +171,9 @@ class DocumentScene extends Component {
|
||||
if (redirect) {
|
||||
this.props.history.push(document.url);
|
||||
this.props.ui.setActiveDocument(document);
|
||||
} else if (this.props.newDocument) {
|
||||
this.props.history.push(documentEditUrl(document));
|
||||
this.props.ui.setActiveDocument(document);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user