mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Edit transactions should store their editor instance with strong reference
Edit transactions should store their editor instance with a strong reference, and they should be released when the editor is destroyed.
This commit is contained in:
parent
2f312335f3
commit
fbab5890eb
23 changed files with 150 additions and 53 deletions
|
|
@ -23,6 +23,7 @@ DeleteNodeTransaction::~DeleteNodeTransaction()
|
|||
}
|
||||
|
||||
NS_IMPL_CYCLE_COLLECTION_INHERITED(DeleteNodeTransaction, EditTransactionBase,
|
||||
mEditorBase,
|
||||
mNode,
|
||||
mParent,
|
||||
mRefNode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue