git.s-ol.nu leap-finger-scan / master
clear selection with escape s-ol 3 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
253253 reader.onload = e => restore(JSON.parse(e.target.result));
254254 reader.readAsText(e.target.files[0]);
255255 }
256 } else if (e.key === 'Escape') {
257 transform.detach();
256258 } else if (e.key === 'Shift') {
257259 transform.setMode('rotate');
258260 } else if (e.key === 'Alt') {
11 <html lang="en">
22 <head>
33 <meta charset="utf-8">
4 <title><%= htmlWebpackPlugin.options.title %></title>
4 <title>Leap Finger Scan</title>
55 <meta name="viewport" content="width=device-width, initial-scale=1">
66
77 <style>