mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -15,8 +15,8 @@ use crate::dom::bindings::str::DOMString;
|
|||
use crate::dom::event::{EventBubbles, EventCancelable};
|
||||
use crate::dom::eventtarget::EventTarget;
|
||||
use crate::dom::node::{Node, NodeDamage, window_from_node};
|
||||
use script_traits::ScriptToConstellationChan;
|
||||
use crate::textinput::{SelectionDirection, SelectionState, TextInput};
|
||||
use script_traits::ScriptToConstellationChan;
|
||||
|
||||
pub trait TextControlElement: DerivedFrom<EventTarget> + DerivedFrom<Node> {
|
||||
fn selection_api_applies(&self) -> bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue