feat: allow simple click on certain cases for editing field in Widget Card (#446)

* feat: allow simple click on certain cases for editing field in cardView

* remove empty line

* test fix : add trick to limit the context of event

* desable the simple click behavior on widget card in mobile

* Delete timings.txt

* Delete xunit.xml

* clean-feat(Simple click on Card): use field type and id

* ignore local testing files

* codeStyle(single click on card): rename var + move util function in DetailView.prototype

* remove unused var

* CIFix(SingleClickOnCard): escape of field editor before close test
This commit is contained in:
CamilleLegeron
2023-04-17 17:14:25 +02:00
committed by GitHub
parent 3047bde1e4
commit 3775317eec
3 changed files with 40 additions and 1 deletions

4
.gitignore vendored
View File

@@ -74,4 +74,8 @@ jspm_packages/
# dotenv environment variables file
.env
# Test
timings.txt
xunit.xml
**/_build