Skip to content

Commit a69c717

Browse files
authored
Merge pull request #14 from novrain/develop
🔨 fix style of selection text.
2 parents 9ec9772 + f883170 commit a69c717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/components/SessionTextarea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</v-container>
3030
</template>
3131
</v-textarea>
32-
<div class="blur-view"
32+
<div class="blur-view v-field__input"
3333
v-if="props.editable !== false"
3434
ref="blurViewRef"
3535
v-html="valueWithSelection">

0 commit comments

Comments
 (0)