Index: trunk/extensions/VisualEditor/modules/ve/ui/tools/ve.ui.FormatDropdownTool.js |
— | — | @@ -63,8 +63,9 @@ |
64 | 64 | /* Methods */ |
65 | 65 | |
66 | 66 | ve.FormatDropdownTool.prototype.onSelect = function( item ) { |
| 67 | + this.toolbar.surfaceView.stopPolling(); |
67 | 68 | var txs = this.toolbar.surfaceView.model.getDocument().prepareLeafConversion( |
68 | | - this.toolbar.surfaceView.currentSelection, |
| 69 | + this.toolbar.surfaceView.getSelectionRange(), |
69 | 70 | item.type, |
70 | 71 | item.attributes |
71 | 72 | ); |