Skip to content

Commit

Permalink
Merge pull request #145 from samply/fix/infobutton_interface
Browse files Browse the repository at this point in the history
fix: infobutton interface
  • Loading branch information
patrickskowronekdkfz authored Oct 30, 2024
2 parents 3b5ab93 + bc1db18 commit 25d1e3b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
};
const displayQueryInfo = (e: MouseEvent, queryItem?: QueryItem): void => {
if (typeof message == "string") {
message = message.split(",");
}
const target: HTMLElement = e.target as HTMLElement;
if (showQuery) {
if (onlyChildInfo && queryItem !== undefined) {
Expand Down

0 comments on commit 25d1e3b

Please sign in to comment.