Skip to content
Snippets Groups Projects
Commit 5fd7cb1c authored by Adam Procter's avatar Adam Procter
Browse files

testing method

parent 6eb78ce9
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ export default { ...@@ -126,6 +126,7 @@ export default {
}, },
chooseColor(nodeid, color) { chooseColor(nodeid, color) {
// TESTING method is even being called
if (confirm('Confirm change?')) { if (confirm('Confirm change?')) {
this.$store.dispatch('colorNode', { nodeid, color }) this.$store.dispatch('colorNode', { nodeid, color })
setTimeout(this.loadData, 500) setTimeout(this.loadData, 500)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment