File tree 1 file changed +0
-4
lines changed
packages/survey-creator-core/src/property-grid
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import {
36
36
settings as creatorSettings
37
37
} from "../creator-settings" ;
38
38
import { QuestionFactory } from "survey-core" ;
39
- import { defaultCss } from "survey-core" ;
40
39
import { SurveyHelper } from "../survey-helper" ;
41
40
import { ISurveyPropertyGridDefinition } from "../question-editor/definition" ;
42
41
import { parsePropertyDescription } from "./description-parser" ;
@@ -1444,9 +1443,6 @@ export abstract class PropertyGridEditor implements IPropertyGridEditor {
1444
1443
options
1445
1444
) ;
1446
1445
if ( ! surveyPropertyEditor ) return null ;
1447
- if ( property . type !== "condition" ) {
1448
- surveyPropertyEditor . editSurvey . css = defaultCss ;
1449
- }
1450
1446
if ( question . isReadOnly ) {
1451
1447
surveyPropertyEditor . editSurvey . mode = "display" ;
1452
1448
}
You can’t perform that action at this time.
0 commit comments