mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
parent
e768b8cfea
commit
b8158f3b53
@ -295,8 +295,9 @@ class NotePropertiesDialog extends React.Component {
|
||||
const ll = this.latLongFromLocation(value);
|
||||
url = Note.geoLocationUrlFromLatLong(ll.latitude, ll.longitude);
|
||||
}
|
||||
const urlStyle = Object.assign({}, theme.urlStyle, { maxWidth: '180px', overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis' });
|
||||
controlComp = (
|
||||
<a href="#" onClick={() => bridge().openExternal(url)} style={theme.urlStyle}>
|
||||
<a href="#" onClick={() => bridge().openExternal(url)} style={urlStyle}>
|
||||
{displayedValue}
|
||||
</a>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user