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

Commit8f16421

Browse files
committed
allow webview to go to background
1 parentc9b46be commit8f16421

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎src/editor/ReactWebView.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class ReactWebView {
4343
orientation:0,
4444
groups:[{groups:[{}],size:0.6},{groups:[{}],size:0.4}],
4545
})
46-
this.panel.reveal(vscode.ViewColumn.Two)
4746
}
4847

4948
// prevents new panels from going ontop of coderoad panel

‎web-app/src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const App = () => {
1717
// update state based on response from editor
1818
consthandleEvent=(event:ReceivedEvent):void=>{
1919
constmessage=event.data
20-
console.log('RECEIVED')
21-
console.log(message)
2220
// messages from core
2321
if(message.type==='SET_STATE'){
2422
setState(message.payload.state)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp