fix: update player-authored direction input comment from ~ / ~~ to # / ## in DirectorMessage.vue

This commit is contained in:
vegu-ai-tools
2026-04-25 18:35:39 +03:00
parent a466e1709d
commit 6ffb1dc6a4

View File

@@ -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>