@@ -733,9 +733,9 @@ generate_event_types! {
733
733
// =========================================================
734
734
// DocumentAndElementEventHandlersEventMap
735
735
// =========================================================
736
- copy: Event , // ClipboardEvent is unstable
737
- cut: Event , // ClipboardEvent is unstable
738
- paste: Event , // ClipboardEvent is unstable
736
+ copy: ClipboardEvent ,
737
+ cut: ClipboardEvent ,
738
+ paste: ClipboardEvent ,
739
739
740
740
// =========================================================
741
741
// DocumentEventMap
@@ -758,11 +758,11 @@ use super::{
758
758
} ;
759
759
#[ doc( no_inline) ]
760
760
pub use web_sys:: {
761
- AnimationEvent , BeforeUnloadEvent , CompositionEvent , CustomEvent ,
762
- DeviceMotionEvent , DeviceOrientationEvent , DragEvent , ErrorEvent , Event ,
763
- FocusEvent , GamepadEvent , HashChangeEvent , InputEvent , KeyboardEvent ,
764
- MessageEvent , MouseEvent , PageTransitionEvent , PointerEvent , PopStateEvent ,
765
- ProgressEvent , PromiseRejectionEvent , SecurityPolicyViolationEvent ,
766
- StorageEvent , SubmitEvent , TouchEvent , TransitionEvent , UiEvent ,
767
- WheelEvent ,
761
+ AnimationEvent , BeforeUnloadEvent , ClipboardEvent , CompositionEvent ,
762
+ CustomEvent , DeviceMotionEvent , DeviceOrientationEvent , DragEvent ,
763
+ ErrorEvent , Event , FocusEvent , GamepadEvent , HashChangeEvent , InputEvent ,
764
+ KeyboardEvent , MessageEvent , MouseEvent , PageTransitionEvent , PointerEvent ,
765
+ PopStateEvent , ProgressEvent , PromiseRejectionEvent ,
766
+ SecurityPolicyViolationEvent , StorageEvent , SubmitEvent , TouchEvent ,
767
+ TransitionEvent , UiEvent , WheelEvent ,
768
768
} ;
0 commit comments