Skip to content

Commit

Permalink
replace the url for testing keyborad for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed Jul 3, 2024
1 parent 9112067 commit 085230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ impl Window {
}
EmbedderMsg::LoadComplete => {
need_present = true;
// let demo_url = ServoUrl::parse("https://demo.versotile.org").unwrap();
let demo_url = ServoUrl::parse("https://keyboard-test.space").unwrap();
let demo_url = ServoUrl::parse("https://demo.versotile.org").unwrap();
let demo_id = TopLevelBrowsingContextId::new();
events.push(EmbedderEvent::NewWebView(demo_url, demo_id));
}
Expand Down

0 comments on commit 085230f

Please sign in to comment.