Explorar o código

Use border styles processor.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
3562e6785d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/ckeditor5-table/src/tableproperties.js

+ 4 - 0
packages/ckeditor5-table/src/tableproperties.js

@@ -9,6 +9,10 @@
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 import { downcastTableAttribute, upcastAttribute, upcastBorderStyles } from './tableproperties/utils';
+import { addBorderStylesProcessor } from '@ckeditor/ckeditor5-engine/src/view/styles/borderstyles';
+import Styles from '@ckeditor/ckeditor5-engine/src/view/styles';
+
+addBorderStylesProcessor( Styles.processor );
 
 /**
  * The table properties feature.