Fix node library bookmark preview (#626)

This commit is contained in:
Chenlei Hu
2024-08-25 10:01:42 -04:00
committed by GitHub
parent 7a7188aeb0
commit b863c11e67
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="node-tree-leaf" ref="container">
<div :class="['node-tree-leaf', { bookmark: isBookmarked }]" ref="container">
<div class="node-content">
<Tag
v-if="node.experimental"