mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
fix: update player-authored direction input comment from ~ / ~~ to # / ## in DirectorMessage.vue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-if="subtype === 'user_direction'">
|
||||
<!-- player-authored direction (~ / ~~ input) -->
|
||||
<!-- player-authored direction (# / ## input) -->
|
||||
<v-alert class="clickable user-direction mb-8 ml-8" variant="text" elevation="0" density="compact" :style="getMessageStyle('information')" @click:close="deleteMessage()" closable :disabled="uxLocked">
|
||||
<div class="text-caption" :style="getMessageStyle('director')">Message to the director</div>
|
||||
<div v-html="renderedText"></div>
|
||||
|
||||
Reference in New Issue
Block a user