|
|
@@ -88,7 +88,7 @@ export function createSplitButtonForDropdown( model, locale ) {
|
|
|
const buttonView = new SplitButtonView( locale );
|
|
|
|
|
|
// TODO: check 'isOn' binding.
|
|
|
- buttonView.bind( 'label', 'isOn', 'isEnabled', 'withText', 'keystroke', 'tooltip', 'icon' ).to( model );
|
|
|
+ buttonView.bind( 'label', 'isEnabled', 'withText', 'keystroke', 'tooltip', 'icon' ).to( model );
|
|
|
|
|
|
// TODO: something wierd with binding
|
|
|
buttonView.buttonView.bind( 'isOn' ).to( model );
|