workaround #114: workaround issues occurring due to ordering of internal children of card
This commit is contained in:
parent
5e1fb71520
commit
f3a8ef6e46
|
|
@ -215,6 +215,7 @@ func attach_sticky_note(sticky_note: StickyNote) -> bool:
|
|||
if has_sticky_note_attached():
|
||||
return false
|
||||
sticky_note.reparent(self)
|
||||
sticky_note.z_index = 1
|
||||
sticky_note.position = sticky_note_position
|
||||
sticky_note.on_board = false
|
||||
current_sticky_note = sticky_note
|
||||
|
|
|
|||
Loading…
Reference in New Issue