From 9e2af29d8d0053230e9f36d6db3a513c39976809 Mon Sep 17 00:00:00 2001 From: Melloware Date: Fri, 25 Nov 2022 10:13:21 -0500 Subject: [PATCH] Fix #3122: Prevent overlay flickering (#3706) * Fix #3122: Prevent overlay flickering * Fix #3122: Prevent overlay flickering * Fix #3122: Prevent overlay flickering --- components/doc/sidebar/sizedoc.js | 14 ++++++++------ components/lib/dialog/Dialog.css | 5 +++++ components/lib/dialog/Dialog.js | 3 ++- components/lib/menu/Menu.css | 3 +++ components/lib/overlaypanel/OverlayPanel.css | 4 +++- components/lib/sidebar/Sidebar.css | 5 +++++ 6 files changed, 26 insertions(+), 8 deletions(-) diff --git a/components/doc/sidebar/sizedoc.js b/components/doc/sidebar/sizedoc.js index b28c26765d..86669c59eb 100644 --- a/components/doc/sidebar/sizedoc.js +++ b/components/doc/sidebar/sizedoc.js @@ -1,6 +1,6 @@ import { useState } from 'react'; -import { Sidebar } from '../../lib/sidebar/Sidebar'; import { Button } from '../../lib/button/Button'; +import { Sidebar } from '../../lib/sidebar/Sidebar'; import { DocSectionCode } from '../common/docsectioncode'; import { DocSectionText } from '../common/docsectiontext'; @@ -9,7 +9,7 @@ export function SizeDoc(props) { const code = { basic: ` - setVisibleLeft(false)}> + setVisibleLeft(false)}>

Sidebar Size