Skip to content

Commit e7dc6ec

Browse files
committed
use cmd + click shortcut to render complex node path
1 parent ebe9c73 commit e7dc6ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/molecules/flow/nodes/ComplexNode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const ComplexNode = ({ id, data }) => {
3131

3232
const handleMouseClick = (event, relativePath) => {
3333
if (cmdPressed && event.type === 'click') {
34-
console.log('Cmd + Click action triggered ' + relativePath);
3534
if (relativePath && relativePath.trim() != '') {
3635
readFlowTest(ipcRenderer.join(collection.pathname, relativePath), collectionId)
3736
.then((result) => {

0 commit comments

Comments
 (0)