feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179)

This commit is contained in:
Alex Grozav
2023-12-29 12:13:24 +02:00
committed by GitHub
parent 216ec079c9
commit f5a4bfe40c
27 changed files with 212 additions and 332 deletions

View File

@@ -134,7 +134,7 @@ const getIconBySchemaType = (type: Schema['type']): string => {
</template>
<style lang="scss" module>
@import '@/styles/css-animation-helpers.scss';
@import '@/styles/variables';
.item {
display: block;