- Notifications
You must be signed in to change notification settings - Fork7
Commited4f54d
Remove keyboard event listener,
BREAKING CHANGEThe code for handling eventlistening is very trivial, and might vary perconsumer of this library. It is not core functionality, and should beleft to upstream to setup.Removing this reduces the API surface area and complexity from this libraryas it doesn't need to concern itself with event management and keyboardshortcuts.Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>quoteSelection
method.1 parent6c38592 commited4f54d
2 files changed
+17
-38
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 |
| |
25 | 31 |
| |
26 |
| - | |
| 32 | + | |
27 | 33 |
| |
28 | 34 |
| |
29 | 35 |
| |
| |||
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 |
| |
37 | 48 |
| |
38 | 49 |
| |
| |||
41 | 52 |
| |
42 | 53 |
| |
43 | 54 |
| |
44 |
| - | |
45 |
| - | |
| 55 | + | |
| 56 | + | |
46 | 57 |
| |
47 | 58 |
| |
48 | 59 |
| |
49 | 60 |
| |
50 |
| - | |
| 61 | + | |
51 | 62 |
| |
52 | 63 |
| |
53 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 37 |
| |
47 | 38 |
| |
48 | 39 |
| |
| |||
74 | 65 |
| |
75 | 66 |
| |
76 | 67 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 | 68 |
| |
90 | 69 |
| |
91 | 70 |
| |
| |||
103 | 82 |
| |
104 | 83 |
| |
105 | 84 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 | 85 |
| |
118 | 86 |
| |
119 | 87 |
| |
|
0 commit comments
Comments
(0)