mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixed regression related to auto-place
This commit is contained in:
parent
ada53ac2ac
commit
5b45e391b5
4 changed files with 52 additions and 9 deletions
|
|
@ -87,7 +87,8 @@ CLOG-OBJ. If HTML-ID is nil one will be generated."))
|
|||
|
||||
(defgeneric attach-as-child (clog-obj html-id &key clog-type)
|
||||
(:documentation "Create a new CLOG-Element or sub-type of CLOG-TYPE and
|
||||
attach an existing element with HTML-ID. The HTML-ID must be unique."))
|
||||
attach an existing element with HTML-ID. The HTML-ID must be unique and
|
||||
must be in DOM, ie placed or auto-placed."))
|
||||
|
||||
(defmethod attach-as-child ((obj clog-obj) html-id
|
||||
&key (clog-type 'clog-element))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue