From 9dac90e6cc248b4e89376827d94dd8b9c601fb49 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 14 Jul 2025 13:29:39 +0300 Subject: [PATCH] cleanup --- app/javascript/submission_form/area.vue | 3 --- app/javascript/template_builder/area.vue | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/javascript/submission_form/area.vue b/app/javascript/submission_form/area.vue index bc5c255b..24701976 100644 --- a/app/javascript/submission_form/area.vue +++ b/app/javascript/submission_form/area.vue @@ -460,9 +460,6 @@ export default { fontScale () { return 1000 / 612.0 }, - ladscapeScale () { - return 8.5 / 11.0 - }, computedStyle () { const { x, y, w, h } = this.area diff --git a/app/javascript/template_builder/area.vue b/app/javascript/template_builder/area.vue index 9bf5970c..423a6082 100644 --- a/app/javascript/template_builder/area.vue +++ b/app/javascript/template_builder/area.vue @@ -414,9 +414,6 @@ export default { fontScale () { return 1040 / 612.0 }, - ladscapeScale () { - return 8.5 / 11.0 - }, isDefaultValuePresent () { if (this.field?.type === 'radio' && this.field?.areas?.length > 1) { return false