mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Update Posthog no-capture (#5693)
* feat: add no-capture class for schema view * fix: add ee nocapture * fix: update no capture * fix: update ndv capturing * feat: remove no capture from empty resources list * lint: fix * test: update tests * test: add json view tests * fix: update more class to cover * lint: fix
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
>
|
||||
</template>
|
||||
<template #nodeValue="{ node }">
|
||||
<span v-if="isNaN(node.index)">{{ getContent(node.content) }}</span>
|
||||
<span v-if="isNaN(node.index)" class="ph-no-capture">{{
|
||||
getContent(node.content)
|
||||
}}</span>
|
||||
<span
|
||||
v-else
|
||||
data-target="mappable"
|
||||
@@ -57,6 +59,7 @@
|
||||
[$style.mappable]: mappingEnabled,
|
||||
[$style.dragged]: draggingPath === node.path,
|
||||
}"
|
||||
class="ph-no-capture"
|
||||
>{{ getContent(node.content) }}</span
|
||||
>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user