better styletool on iPhone
This commit is contained in:
parent
0c8c48d4ef
commit
720501aa29
@ -264,6 +264,10 @@ const PresentationMenu = (props) => {
|
||||
if (undoCtrls?.style) {
|
||||
undoCtrls.style = "padding:0px";
|
||||
}
|
||||
const styleTool = document.getElementById('TD-Styles')?.parentNode;
|
||||
if (styleTool?.style) {
|
||||
styleTool.style = "right:0px";
|
||||
}
|
||||
return null
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user