Change input of a component when click on an error message

pull/2273/head
Mikhail Korepanov 7 years ago
parent d71393a377
commit 39eece990e

@ -87,9 +87,7 @@
const [, name, type] = match;
const component = $components.find(c => c.name === name && c.type === type);
selected.set(component);
output.set($selected, $compile_options);
handle_select(component);
// TODO select the line/column in question
},

Loading…
Cancel
Save