Skip to content

Commit

Permalink
test if the listener is called
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Jun 14, 2021
1 parent ed55b35 commit cbe2bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/theme-map/VerticalFullPageMapOrchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ class VerticalFullPageMapOrchestrator extends ANSWERS.Component {
* updating global storage.
*/
deselectAllResults () {
alert('canvas was clicked');
this.removeCssClassesForState(MobileStates.DETAIL_SHOWN);

document.querySelectorAll('.yxt-Card--pinFocused').forEach((el) => {
Expand Down

0 comments on commit cbe2bf3

Please sign in to comment.