mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
feat(editor): Continue to show mapping tooltip after dismiss (#5289)
* feat: Continue to show mapping tooltip after dismiss
* feat(editor): Append expressions in fixed values when mapping
* Revert "feat(editor): Append expressions in fixed values when mapping"
f0d395876c
This commit is contained in:
parent
766501723b
commit
c6bc57b4cb
|
@ -329,7 +329,6 @@ export default mixins(showMessage).extend({
|
|||
}, 200);
|
||||
},
|
||||
onMappingTooltipDismissed() {
|
||||
window.localStorage.setItem(LOCAL_STORAGE_MAPPING_FLAG, 'true');
|
||||
this.localStorageMappingFlag = true;
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue