Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bensmithett committed Feb 11, 2024
1 parent 1130ab5 commit d719887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Router {
handleElementDoubleClick = (event, elementId) => {
const element = structurizr.workspace.findElementById(elementId)

if(element.url) window.open(element.url, '_blank');
if (element.url) window.open(element.url, '_blank')

switch (element.type) {
case structurizr.constants.SOFTWARE_SYSTEM_ELEMENT_TYPE:
Expand Down

0 comments on commit d719887

Please sign in to comment.