mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
fix broken ui test (#9629)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -96,8 +96,10 @@ function showRecordingPopup (): void {
|
||||
}
|
||||
|
||||
export function closeRecordingPopup (): void {
|
||||
const popup = get(recordingPopup)
|
||||
popup?.close()
|
||||
recordingPopup.update((popup) => {
|
||||
popup?.close()
|
||||
return null
|
||||
})
|
||||
}
|
||||
|
||||
export async function startRecording (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user