mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
8ecbed9e42
commit
7ce40080bf
7 changed files with 85 additions and 159 deletions
|
@ -326,15 +326,6 @@ impl Activatable for HTMLAreaElement {
|
|||
|
||||
fn canceled_activation(&self) {}
|
||||
|
||||
fn implicit_submission(
|
||||
&self,
|
||||
_ctrl_key: bool,
|
||||
_shift_key: bool,
|
||||
_alt_key: bool,
|
||||
_meta_key: bool,
|
||||
) {
|
||||
}
|
||||
|
||||
fn activation_behavior(&self, _event: &Event, _target: &EventTarget) {
|
||||
follow_hyperlink(self.as_element(), None);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue