chore: remove unnecessary comments
This commit is contained in:
@@ -15,10 +15,8 @@
|
||||
let newText = $state("");
|
||||
let errorMessage = $state<string | undefined>(undefined);
|
||||
|
||||
// Use reactive store for text settings
|
||||
let commonTextSettings = $derived($textSettingsStore);
|
||||
|
||||
// Список доступных шрифтов
|
||||
const availableFonts = [
|
||||
"Arial",
|
||||
"Verdana",
|
||||
@@ -89,7 +87,6 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<!-- Список текстов -->
|
||||
{#if texts.length > 0}
|
||||
<div class="texts-list">
|
||||
<h3>Созданные тексты ({texts.length})</h3>
|
||||
@@ -112,7 +109,6 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Общие настройки текста -->
|
||||
<div class="common-settings-section">
|
||||
<h3>Общие настройки текста</h3>
|
||||
<p class="settings-note">Настройки применятся ко всем создаваемым панелям</p>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
img.src = src;
|
||||
}
|
||||
|
||||
// Вычисляем позицию текста на основе выравнивания и отступов
|
||||
function getTextPosition() {
|
||||
const panelWidth = 320;
|
||||
const paddingX = textItem.paddingX || 0;
|
||||
|
||||
Reference in New Issue
Block a user