Pad: Move padLoad hook to Pad.init()

This commit is contained in:
Richard Hansen 2022-04-08 15:26:11 -04:00
parent f9610452cf
commit b38d66b30b
3 changed files with 2 additions and 2 deletions

View file

@ -76,6 +76,7 @@
instead.
* `padCreate`: The `author` context property is deprecated; use the new
`authorId` context property instead.
* `padLoad`: Now runs when a temporary Pad object is created during import.
* `padRemove`: The `padID` context property is deprecated; use `pad.id`
instead.
* `padUpdate`: The `author` context property is deprecated; use the new