feat(editor): Help users discover expressions when using drag n drop (#8869)

This commit is contained in:
Elias Meire
2024-03-13 12:57:08 +01:00
committed by GitHub
parent 71f1b23771
commit e78cc2d8d2
28 changed files with 559 additions and 323 deletions

View File

@@ -32,6 +32,8 @@ export const completionManager = defineComponent({
if (!completionTx) return;
this.ndvStore.setAutocompleteOnboarded();
let completion = '';
let completionBase = '';