mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
remove default option scrollable and minify text
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:value="filteredTreeData"
|
||||
v-model:expandedKeys="expandedKeys"
|
||||
size="small"
|
||||
scrollable
|
||||
:scrollable="true"
|
||||
:filters="filters"
|
||||
:filterMode="filterMode"
|
||||
sortField="namespace"
|
||||
@@ -252,7 +252,6 @@ const onRightClick = (event, instance) => {
|
||||
selectedNode.value = instance.node;
|
||||
|
||||
// show the context menu
|
||||
console.log(menu);
|
||||
menu.value.show(event);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
<!-- example node: "exit(0) -> 0" (if the node type is call-info, we highlight node.data.name.callInfo) -->
|
||||
<template v-else-if="node.data.type === 'call-info'">
|
||||
<highlightjs lang="c" :code="node.data.name.callInfo" />
|
||||
<highlightjs lang="c" :code="node.data.name.callInfo" class="text-xs" />
|
||||
</template>
|
||||
|
||||
<!-- example node: " = IMAGE_NT_SIGNATURE (PE)" -->
|
||||
|
||||
Reference in New Issue
Block a user