Skip to content

Commit

Permalink
💄 Removing lefrover function in Stikcy note component.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed May 13, 2022
1 parent 964471b commit dc0338d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/design-system/src/components/N8nSticky/Sticky.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ export default mixins(Locale).extend({
this.$emit('edit', true);
}
},
onMarkdownLinkClick(event) {
this.$emit('markdown-link-click', event)
},
onInputBlur(value) {
if (!this.isResizing) {
this.$emit('edit', false);
Expand Down

0 comments on commit dc0338d

Please sign in to comment.