[DE PE SSE] Fix Bug 51652

This commit is contained in:
ShimaginAndrey 2021-09-29 11:17:14 +03:00
parent 29a065c3bd
commit 97755f0d79
3 changed files with 3 additions and 3 deletions

View file

@ -176,7 +176,7 @@ const PageDocumentColorSchemes = props => {
onChange={() => {
if(index !== curScheme) {
setScheme(index);
props.onColorSchemeChange(index);
setTimeout(() => props.onColorSchemeChange(index), 10);
};
}}>
<div slot="before-title">

View file

@ -58,7 +58,7 @@ const PagePresentationColorSchemes = props => {
onChange={() => {
if(index !== curScheme) {
setScheme(index);
props.onColorSchemeChange(index);
setTimeout(() => props.onColorSchemeChange(index), 10);
};
}}>
<div slot="before-title">

View file

@ -31,7 +31,7 @@ const PageSpreadsheetColorSchemes = props => {
onChange={() => {
if(index !== curScheme) {
setScheme(index);
props.onColorSchemeChange(index);
setTimeout(() => props.onColorSchemeChange(index), 15);
};
}}>
<div slot="before-title">