mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix modal window regression
This commit is contained in:
parent
b88b73a6d0
commit
84c75135ff
1 changed files with 2 additions and 1 deletions
|
|
@ -764,7 +764,8 @@ the window will be set to keep-on-top always."))
|
|||
(setf (content win) (attach-as-child win (format nil "~A-body" html-id)))
|
||||
(setf (gethash (format nil "~A" html-id) (windows app)) win)
|
||||
(set-on-click win (lambda (obj)
|
||||
(window-focus win)))
|
||||
(unless (> (modal-count app) 0)
|
||||
(window-focus win))))
|
||||
(if maximize
|
||||
(window-maximize win)
|
||||
(fire-on-window-change win app))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue