Skip to content

Commit

Permalink
[BUGFIX] remove disabled attribute when we use inlineStyleAttribute, …
Browse files Browse the repository at this point in the history
…solves #11 (#16)
  • Loading branch information
pixelmatseriks authored Jun 17, 2021
1 parent fe4cdff commit 1d038eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ protected function renderQbankButton(array $inlineConfiguration): string
data-file-allowed="' . htmlspecialchars($allowed) . '"
data-qbank-token="' . $accessToken . '"
' . $this->inlineStyleAttribute() . '
disabled
>
' . $this->iconFactory->getIcon('tx-qbank-logo', Icon::SIZE_SMALL)->render() . '
' . $buttonLabel .
Expand Down

0 comments on commit 1d038eb

Please sign in to comment.