diff --git a/src/utils.ts b/src/utils.ts new file mode 100644 index 0000000..a2b5464 --- /dev/null +++ b/src/utils.ts @@ -0,0 +1,5 @@ +import $ from 'jquery' + +export function isTokenModelOpen(): boolean { + return $('#tokenValidationModal').css('display') !== 'none' +}