add drag and drop support for addtagpopup

esc closes the popup
theme style is used
This commit is contained in:
2020-10-09 14:00:51 +00:00
parent 6076512dd0
commit 76f879a0f2
8 changed files with 235 additions and 92 deletions

View File

@ -23,7 +23,7 @@ describe('<Player/>', function () {
expect(wrapper.find("r")).toHaveLength(1);
});
function simulateLikeButtonClick(){
function simulateLikeButtonClick() {
const wrapper = shallow(<Player/>);
// initial fetch for getting movie data
@ -166,7 +166,7 @@ describe('<Player/>', function () {
});
});
function generatetag(){
function generatetag() {
const wrapper = shallow(<Player/>);
expect(wrapper.find("Tag")).toHaveLength(0);