Преглед изворни кода

Use border styles processor.

Maciej Gołaszewski пре 6 година
родитељ
комит
3562e6785d
1 измењених фајлова са 4 додато и 0 уклоњено
  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 Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 import { downcastTableAttribute, upcastAttribute, upcastBorderStyles } from './tableproperties/utils';
 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.
  * The table properties feature.