Fixes flickering issue in app manager (#2609)

* bug fix-Flickering issue in app version manager

* bugfix-Flickering issue in app manager

* bugfix app manager dropdown flickering
This commit is contained in:
shivansh-kul 2022-03-24 12:10:49 +05:30 committed by GitHub
parent 01730b35e9
commit 8cf3fd8334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,6 @@ export const AppVersionsManager = function AppVersionsManager({
disabled={isDeletingVersion}
style={{
display: mouseHoveredOnVersion === version.id ? 'block' : 'none',
marginTop: '3px',
}}
>
<img