Skip to content

Commit af67234

Browse files
Logendegithub-actions[bot]
authored andcommitted
apply formatting changes
1 parent 0d74655 commit af67234

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

meta_configurator/src/components/panels/schema-diagram/VueFlowPanel.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,7 @@ function updateExternalReferenceValue(
454454
</script>
455455

456456
<template>
457-
<div
458-
class="layout-flow"
459-
tabindex="0"
460-
@copy="handleCopy"
461-
@paste="handlePaste">
457+
<div class="layout-flow" tabindex="0" @copy="handleCopy" @paste="handlePaste">
462458
<VueFlow
463459
:nodes="activeNodes"
464460
:edges="activeEdges"

0 commit comments

Comments
 (0)