mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 22:54:50 -04:00
@@ -60,7 +60,7 @@ VisualState JSViewStackProcessor::StringToVisualState(const std::string& stateSt
|
||||
if (stateString == "pressed") {
|
||||
return VisualState::PRESSED;
|
||||
}
|
||||
if (stateString == "disables") {
|
||||
if (stateString == "disabled") {
|
||||
return VisualState::DISABLED;
|
||||
}
|
||||
if (stateString == "hover") {
|
||||
|
||||
Reference in New Issue
Block a user