Immediately render newly uploaded photo and scroll to it
This commit is contained in:
@@ -192,7 +192,7 @@ export default class PlacePhotoUpload extends Component {
|
||||
this.uploadedPhoto = null;
|
||||
|
||||
if (this.args.onClose) {
|
||||
this.args.onClose();
|
||||
this.args.onClose(event.id);
|
||||
}
|
||||
} catch (e) {
|
||||
this.error = 'Failed to publish: ' + e.message;
|
||||
|
||||
Reference in New Issue
Block a user