mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: Continue to show mapping tooltip after dismiss
This commit is contained in:
parent
eda3b8aba0
commit
de2d7c9a59
|
@ -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