mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
rewrite comment
Change-Id: Ibc8aab4843ecc0211149aa673d312384e9bd668e
This commit is contained in:
parent
75e9b2cb2d
commit
b843762d9e
|
@ -16,7 +16,7 @@ ve.ui.Toolbar = function( $container, surfaceView, config ) {
|
|||
this.$groups = $( '<div class="es-toolbarGroups"></div>' ).prependTo( this.$ );
|
||||
this.tools = [];
|
||||
|
||||
// Update tools on selection, and transactions.
|
||||
// Update tools on selection and all transactions.
|
||||
this.surfaceView.model.on( 'select', ve.proxy( this.updateTools, this ) );
|
||||
this.surfaceView.model.on( 'transact', ve.proxy( this.updateTools, this ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue