Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit299bdef

Browse files
committed
Prevent clearing output so far when waiting for input with birdseye
1 parent83667e5 commit299bdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎frontend/src/RunCode.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const runCode = ({code, source}) => {
7575
awaitingInput=data.awaiting_input;
7676
bookSetState("processing",false);
7777

78-
if(source==="birdseye"){
78+
if(data.birdseye_objects){
7979
const{store, call_id}=data.birdseye_objects;
8080
deletedata.birdseye_objects;
8181
Promise.all(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp