Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/juspay/hyperswitch-web into…
Browse files Browse the repository at this point in the history
… window-module
  • Loading branch information
sakksham7 committed Jul 17, 2024
2 parents 72ca5f3 + 3230061 commit d9e0a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Window.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ external querySelector: string => Nullable.t<Dom.element> = "querySelector"
@val @scope("document")
external querySelectorAll: string => array<Dom.element> = "querySelectorAll"

Js.log(" dcd")

type eventData = {
elementType: string,
clickTriggered: bool,
Expand Down

0 comments on commit d9e0a7a

Please sign in to comment.