cignium-hypermedia-client
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -56,3 +56,3 @@ { | ||
}, | ||
"version": "1.11.0" | ||
"version": "1.12.0" | ||
} |
@@ -30,3 +30,3 @@ # Cignium Hypermedia Client | ||
```html | ||
<link rel="stylesheet" type="text/css" src="//npmcdn.com/cignium-hypermedia-client/dist/default.css"></script> | ||
<link rel="stylesheet" type="text/css" href="//npmcdn.com/cignium-hypermedia-client/dist/default.css"> | ||
``` | ||
@@ -33,0 +33,0 @@ |
@@ -10,6 +10,9 @@ import { navigate } from '../../api' | ||
data-tip={property.errors} | ||
target={property.links.navigate.target} | ||
id={property.id} | ||
href={property.links.navigate.href} | ||
onClick={e => { | ||
if (!e.metaKey) { | ||
if (!e.metaKey && | ||
!e.ctrlKey && | ||
!property.links.navigate.target) { | ||
navigate(property.links.navigate.href) | ||
@@ -16,0 +19,0 @@ e.preventDefault() |
Sorry, the diff of this file is too big to display
529383
2727