mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Set CI environment variable to NODE_ENV=production during linting (#73)
This commit is contained in:
@@ -328,7 +328,8 @@ export default defineComponent({
|
||||
select_tool(toolName);
|
||||
},
|
||||
async viewModeChanged(toolIndex: number) {
|
||||
console.log(`The view mode has been changed to index match the icon at index ${toolIndex}`);
|
||||
function todo(_: number) { return _; }
|
||||
todo(toolIndex);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user