Skip to content

Commit 03f318c

Browse files
author
hikki
committed
7.5
1 parent f9afeb3 commit 03f318c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Assembly/Unit/Button.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function bindDialog(\Closure $closure,array $xhr = ['url' => '', 'method'
9696

9797
public function __toString()
9898
{
99+
$this->annotate();
99100
$content = <<<EOF
100101
<button type="{$this->type}" id="{$this->domId}" class="dlp dlp-button" {$this->annotation}>{$this->title}</button>
101102
<script>{$this->trigger}</script>

0 commit comments

Comments
 (0)