Skip to content

Commit e79fc6b

Browse files
authored
Merge pull request #179 from patricktorres27/Add-onpreclose-event
Add onPreClose Event
2 parents 60811a8 + ad34049 commit e79fc6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Editor/HasEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @method $this onPostUpload($script)
2525
* @method $this onPreBlur($script)
2626
* @method $this onPreBlurCancelled($script)
27+
* @method $this onPreClose($script)
2728
* @method $this onPreCreate($script)
2829
* @method $this onPreEdit($script)
2930
* @method $this onPreOpen($script)

0 commit comments

Comments
 (0)