mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 15:21:43 +03:00
remove control + click opening enso in browser (#10596)
this removed the bug that when you control + clicked on a linked cell it would open enso in browser
This commit is contained in:
parent
7fd8701690
commit
5066b5764e
@ -407,7 +407,7 @@ function toLinkField(fieldName: string): ColDef {
|
||||
tooltipValueGetter: () => {
|
||||
return `Double click to view this ${newNodeSelectorValues.value.tooltipValue} in a separate component`
|
||||
},
|
||||
cellRenderer: (params: any) => `<a href='#'> ${params.value} </a>`,
|
||||
cellRenderer: (params: any) => `<a> ${params.value} </a>`,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user