Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Outline node when hovering it's ID"

Merged VIAUD Nathan requested to merge 256-outline-node-when-hovering-it-s-id into main
11 files
+ 48
10
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -7,12 +7,7 @@ const props = defineProps<{
@@ -7,12 +7,7 @@ const props = defineProps<{
inputValue: string;
inputValue: string;
}>();
}>();
const emit = defineEmits<{
(e: 'change'): void;
}>();
function onClick() {
function onClick() {
emit('change');
enterSelectNodeMode(props.index);
enterSelectNodeMode(props.index);
}
}
Loading