File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ export default [
9595 'onclickcapture' ,
9696 'oncontextmenu' ,
9797 'oncontextmenucapture' ,
98- 'ondoubleclick ' ,
99- 'ondoubleclickcapture ' ,
98+ 'ondblclick ' ,
99+ 'ondblclickcapture ' ,
100100 'ondrag' ,
101101 'ondragcapture' ,
102102 'ondragend' ,
Original file line number Diff line number Diff line change 19031903 onclickcapture ?: MouseEventHandler < T > ;
19041904 oncontextmenu ?: MouseEventHandler < T > ;
19051905 oncontextmenucapture ?: MouseEventHandler < T > ;
1906- ondoubleclick ?: MouseEventHandler < T > ;
1907- ondoubleclickcapture ?: MouseEventHandler < T > ;
1906+ ondblclick ?: MouseEventHandler < T > ;
1907+ ondblclickcapture ?: MouseEventHandler < T > ;
19081908 ondrag ?: DragEventHandler < T > ;
19091909 ondragcapture ?: DragEventHandler < T > ;
19101910 ondragend ?: DragEventHandler < T > ;
You can’t perform that action at this time.
0 commit comments