Skip to content

Commit

Permalink
Adjust _getSmallestSelectedColumnResizer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Apr 15, 2024
1 parent 72bda40 commit 6093079
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export default class TableColumnResizeUtils extends Plugin {
* +---+---+---+
*
* When user selects column that contains `a`, `b`, `e` cells this function returns the first smallest
* column resize view element in that selection (`b` column).
* column resize view element in that selection (`b` column). The resize view element is the blue draggable
* border element on the right side of selected column.
*
* @internal
* @returns View element of column resizer DOM node.
Expand Down

0 comments on commit 6093079

Please sign in to comment.