From 5d09d23809b6d8a9779b8455050f4a798ed3c19e Mon Sep 17 00:00:00 2001 From: Nuwan Date: Wed, 14 Jun 2023 16:22:56 +0530 Subject: [PATCH] suppress the preview recording window --- .../javascripts/react-components/stores/SessionStore.js.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee index 7bbd73054..a2184b3a2 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -828,7 +828,8 @@ ConfigureTracksActions = @ConfigureTracksActions this.app.notifyAlert(title, "Error reason: " + reason); } } else { - this.promptUserToSave(details.recordingId, timeline); + console.log("this.promptUserToSave(details.recordingId, timeline);") + #TODO: open recording files path in file browser } break;