mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-08 03:30:18 -08:00
reset default names on panel after load
This commit is contained in:
parent
daa7fa5afa
commit
5071f9f3dc
1 changed files with 2 additions and 0 deletions
|
|
@ -1351,6 +1351,7 @@ of controls and double click to select control."
|
|||
(window-focus win)
|
||||
(when fname
|
||||
(setf file-name fname)
|
||||
(setf render-file-name "")
|
||||
(setf (inner-html content)
|
||||
(escape-string (read-file fname)))
|
||||
(clrhash (get-control-list app panel-id))
|
||||
|
|
@ -1663,6 +1664,7 @@ of controls and double click to select control."
|
|||
(window-focus win)
|
||||
(when fname
|
||||
(setf file-name fname)
|
||||
(setf render-file-name "")
|
||||
(setf (inner-html content)
|
||||
(escape-string (read-file fname)))
|
||||
(clrhash (get-control-list app panel-id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue