X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2Foojs-ui-toolbars.js;h=a0751ea24b59471034ea3d44f13b2b2c694b5b34;hp=940ebbdcd0e3cea7779092fce231101364400614;hb=766883623693993c40f42c334b3c0d3ec525a94e;hpb=3b70100a856c511b0a84eed2e522dabb0b332cd2 diff --git a/resources/lib/oojs-ui/oojs-ui-toolbars.js b/resources/lib/oojs-ui/oojs-ui-toolbars.js index 940ebbdcd0..a0751ea24b 100644 --- a/resources/lib/oojs-ui/oojs-ui-toolbars.js +++ b/resources/lib/oojs-ui/oojs-ui-toolbars.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.21.4 + * OOjs UI v0.22.1 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-05-16T22:31:39Z + * Date: 2017-05-31T19:07:36Z */ ( function ( OO ) { @@ -1041,8 +1041,8 @@ OO.ui.ToolGroup.prototype.onMouseKeyDown = function ( e ) { this.pressed.setActive( true ); this.getElementDocument().addEventListener( 'mouseup', this.onCapturedMouseKeyUpHandler, true ); this.getElementDocument().addEventListener( 'keyup', this.onCapturedMouseKeyUpHandler, true ); + return false; } - return false; } };