Skip to content

Commit 5ca71d9

Browse files
committed
Hover effect değişiklikler yapıldı
1 parent 92e2484 commit 5ca71d9

File tree

6 files changed

+119
-123
lines changed

6 files changed

+119
-123
lines changed

dist/v-form-builder.common.js

Lines changed: 56 additions & 58 deletions
Large diffs are not rendered by default.

dist/v-form-builder.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/v-form-builder.umd.js

Lines changed: 56 additions & 58 deletions
Large diffs are not rendered by default.

dist/v-form-builder.umd.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/renderer/section-views/NormalSectionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
changeConfig(config, sectionId) {
8181
if(this.section.uniqueId == sectionId) {
8282
this.currentSectionConfig = config
83-
this.section.permission[this.currentStep] = config // Deployda bu satır kaldırılacak !!!
83+
// this.section.permission[this.currentStep] = config // Deployda bu satır kaldırılacak !!!
8484
}
8585
// console.log(this.control);
8686
this.$emit('changeSectionPermission',sectionId,this.currentStep,config)

src/views/renderer/section-views/ToggleableSectionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
changeConfig(config, sectionId) {
112112
if(this.section.uniqueId == sectionId) {
113113
this.currentSectionConfig = config
114-
this.section.permission[this.currentStep] = config // Deployda bu satır kaldırılacak !!!
114+
// this.section.permission[this.currentStep] = config // Deployda bu satır kaldırılacak !!!
115115
}
116116
// console.log(this.control);
117117
this.$emit('changeSectionPermission',sectionId,this.currentStep,config)

0 commit comments

Comments
 (0)