Remove issue 4 capture toast
Template tests / tests (push) Successful in 1m40s

This commit is contained in:
2026-06-13 14:35:20 -05:00
parent dfd0139dc5
commit f0611a50b5
-1
View File
@@ -1322,7 +1322,6 @@ class GuideEditor {
async startCaptureSession() { async startCaptureSession() {
await api.capture.session({ action: 'start', guideId: this.guideId }); await api.capture.session({ action: 'start', guideId: this.guideId });
this.onToast('Capture session ready — click "Start recording" in the red bar when you\'re set.');
this.emitMeta(); this.emitMeta();
} }