8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
47b79ec9a6
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-indent/src/indentblockcommand.js

+ 0 - 1
packages/ckeditor5-indent/src/indentblockcommand.js

@@ -75,7 +75,6 @@ export default class IndentBlockCommand extends Command {
 
 
 	_getIndentOffset( currentIndent ) {
 	_getIndentOffset( currentIndent ) {
 		const currentOffset = parseFloat( currentIndent || 0 );
 		const currentOffset = parseFloat( currentIndent || 0 );
-
 		const offsetToSet = currentOffset + this.direction * this.offset;
 		const offsetToSet = currentOffset + this.direction * this.offset;
 
 
 		return offsetToSet && offsetToSet > 0 ? offsetToSet + this.unit : undefined;
 		return offsetToSet && offsetToSet > 0 ? offsetToSet + this.unit : undefined;