Skip to content

Commit

Permalink
fix enable/disable description for all action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Apr 7, 2023
1 parent d289b65 commit 12d21ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composeAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ enable([tabId])

.. api-section-annotation-hack::

Enables the composeAction button for a tab. By default, a composeAction button is enabled.
Enables the composeAction button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well. By default, a composeAction button is enabled.

.. api-header::
:label: Parameters
Expand All @@ -572,7 +572,7 @@ disable([tabId])

.. api-section-annotation-hack::

Disables the composeAction button for a tab.
Disables the composeAction action button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well.

.. api-header::
:label: Parameters
Expand Down
4 changes: 2 additions & 2 deletions messageDisplayAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ enable([tabId])

.. api-section-annotation-hack::

Enables the messageDisplayAction button for a tab. By default, a messageDisplayAction button is enabled.
Enables the messageDisplayAction button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well. By default, a messageDisplayAction button is enabled.

.. api-header::
:label: Parameters
Expand All @@ -566,7 +566,7 @@ disable([tabId])

.. api-section-annotation-hack::

Disables the messageDisplayAction button for a tab.
Disables the messageDisplayAction button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well.

.. api-header::
:label: Parameters
Expand Down

0 comments on commit 12d21ea

Please sign in to comment.