-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Laser firmware update modal #1311
Feature: Laser firmware update modal #1311
Conversation
…izhen/Luban into feature/laser-firmware-update-modal
src/app/ui/pages/Laser.jsx
Outdated
@@ -9,7 +9,7 @@ import useSetState from '../../lib/hooks/set-state'; | |||
import modal from '../../lib/modal'; | |||
import LaserVisualizer from '../widgets/LaserVisualizer'; | |||
|
|||
import { renderPopup, logPageView, useUnsavedTitle, renderModal } from '../utils'; | |||
import { renderPopup, logPageView, useUnsavedTitle, renderModal, maxZindex } from '../utils'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set maxZindex
as a constant
…er-firmware-update-modal' of github.com:MaShizhen/Luban into feature/laser-firmware-update-modal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solve conflicts
@wen-qing-255 I had set the zindex of the highest level pop-up window to 100001000, 1000 larger than the Steps zindex |
LU-1856