Move 'commit_tags' to action creator
This commit is contained in:
parent
12515441cd
commit
72550961e5
4 changed files with 40 additions and 9 deletions
|
@ -38,9 +38,7 @@ const tagTileSource = {
|
|||
if (!monitor.didDrop() || !dropResult) {
|
||||
return;
|
||||
}
|
||||
dis.dispatch({
|
||||
action: 'commit_tags',
|
||||
});
|
||||
props.onEndDrag();
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue