Skip to content

Commit

Permalink
work for the #6273 (#6274)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov authored Dec 19, 2024
1 parent a9e27bc commit dcc62c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) {
.svc-string-editor__border--hover {
opacity: 1;
transition-delay: 200ms;
transition-delay: 0ms;
}

.svc-string-editor__border--focus {
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-core/src/creator-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class SurveyCreatorModel extends Base
*/
@property({ defaultValue: false }) showLogicTab: boolean;
@property({ defaultValue: false }) useTableViewInLogicTab: boolean;
@property({ defaultValue: 200 }) pageHoverDelay: number;
@property({ defaultValue: 0 }) pageHoverDelay: number;
/**
* Allows users to edit choice values instead of choice texts on the design surface.
*
Expand Down

0 comments on commit dcc62c8

Please sign in to comment.