Add the possibility to move tasks without drag and drop
This commit is contained in:
@@ -148,4 +148,8 @@ Kanboard.Popover.prototype.afterOpen = function() {
|
||||
this.app.datePicker();
|
||||
this.app.autoComplete();
|
||||
this.app.tagAutoComplete();
|
||||
|
||||
new Vue({
|
||||
el: '#popover-container'
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user