Corrige la visualización de CKEditor
Cuando una página del wiki tiene mucho texto se visualiza una flecha en la esquina inferior derecha para hacer scroll hacia arriba que afectaba a la visualización de CKEditor al maximizarlo. Se corrige eliminando la flecha al editar. También se amplía el ancho máximo de la web y otros cambios menores.
This commit is contained in:
parent
0f87f1397f
commit
13735ef067
2 changed files with 19 additions and 9 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
return data;
|
||||
};
|
||||
}
|
||||
}
|
||||
*/
|
||||
var element = document.createElement( 'div' );
|
||||
function decodeEntities( html ) {
|
||||
|
@ -105,7 +105,7 @@
|
|||
return this.editor.lang.widget.label.replace( /%1/, this.data.name + ' ' + this.pathName );
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
editor.on( 'instanceReady', function() {
|
||||
var config = {};
|
||||
|
||||
|
@ -259,7 +259,7 @@
|
|||
}
|
||||
var suggestions = itemsArray.filter( function( item ) {
|
||||
return item.title.indexOf( matchInfo.query.toLowerCase() ) == 0;
|
||||
});
|
||||
});
|
||||
|
||||
callback( suggestions );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue