mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-01-03 08:33:48 +01:00
cleanup
This commit is contained in:
parent
da12939253
commit
dd8ab3263c
2
index.js
2
index.js
@ -50,7 +50,7 @@ window.downloadSketch = () => {
|
||||
window.addEventListener('keydown',(event) => {
|
||||
// downloadSketch
|
||||
const key = keycode(event);
|
||||
if (key=='s') downloadSketch();
|
||||
if (key === 's') downloadSketch();
|
||||
console.log(event.shiftKey, key);
|
||||
});
|
||||
|
||||
|
@ -83,7 +83,7 @@ module.exports = {
|
||||
favicon: './favicon.ico',
|
||||
template: require('html-webpack-template'),
|
||||
inject: false,
|
||||
mobile: true,
|
||||
mobile: false,
|
||||
scripts: appMode ? ['cordova.js'] : null,
|
||||
appMountId: 'app',
|
||||
meta: [
|
||||
|
Loading…
Reference in New Issue
Block a user