|
|
@ -28,8 +28,8 @@ export default definePlugin({
|
|
|
|
{
|
|
|
|
{
|
|
|
|
find: ".Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
|
|
|
find: ".Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
|
|
|
replacement: {
|
|
|
|
replacement: {
|
|
|
|
// isExpanded: V, (?<=,V = shiftKeyDown && !H...;)
|
|
|
|
// isExpanded: V, (?<=,V = shiftKeyDown && !H...,|;)
|
|
|
|
match: /isExpanded:(\i),(?<=,\1=\i&&(!.+);.+?)/,
|
|
|
|
match: /isExpanded:(\i),(?<=,\1=\i&&(?=(!.+?)[,;]).+?)/,
|
|
|
|
replace: "isExpanded:$2,"
|
|
|
|
replace: "isExpanded:$2,"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|