Commit ed40b059 authored by Phil Hughes's avatar Phil Hughes

Stop propogation when adding default lists

parent 4e83744d
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
} }
}, },
methods: { methods: {
addDefaultLists: function () { addDefaultLists: function (e) {
e.stopImmediatePropagation();
BoardsStore.removeBlankState(); BoardsStore.removeBlankState();
_.each(this.predefinedLabels, (label, i) => { _.each(this.predefinedLabels, (label, i) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment