Merge pull request #2273 from Panya/issue-2271

Change input of a component when click on an error message
pull/2286/head
Rich Harris 6 years ago committed by GitHub
commit 9203bfac9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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