Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added API docs to the _showToolbar() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Sep 20, 2018
1 parent 0d72ab3 commit 031e370
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/widgettoolbarrepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ export default class WidgetToolbarRepository extends Plugin {
}

/**
* Shows up or repositions the given toolbar.
* Shows up the toolbar if the toolbar is not visible and repositions the toolbar's balloon when toolbar's
* view is the most top view in balloon stack.
*
* It might happen here that the toolbar's view is under another view. Then do nothing as the other toolbar view
* should be still visible after the {@link module:core/editor/editorui~EditorUI#event:update}.
*
* @private
* @param {Object} toolbar
Expand Down

0 comments on commit 031e370

Please sign in to comment.