mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use Tapped event instead of PointerReleased
This commit is contained in:
parent
eee2c895f4
commit
010bc0036d
4 changed files with 8 additions and 8 deletions
|
@ -82,7 +82,7 @@ void App::OnActivated(IActivatedEventArgs const &args) {
|
|||
}
|
||||
auto page = rootFrame.Content().try_as<BrowserPage>();
|
||||
page->LoadServoURI(protocolActivatedEventArgs.Uri());
|
||||
// If Servo was opened as a result of clicking on a servo:// URL,
|
||||
// If Servo was opened as a result of clicking on a fxr:// URL,
|
||||
// we activate transient mode.
|
||||
page->SetTransientMode(!isRunning);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue