Przeglądaj źródła

Image upload loader WIP.

dkonopka 7 lat temu
rodzic
commit
aed27b77b6

+ 1 - 0
packages/ckeditor5-image/src/imageupload/imageuploadprogress.js

@@ -17,6 +17,7 @@ import ViewRange from '@ckeditor/ckeditor5-engine/src/view/range';
 
 import '../../theme/imageuploadprogress.css';
 import '../../theme/imageuploadicon.css';
+import '../../theme/imageuploadloader.css';
 
 // Data-uri with blank image that will be set as a img#src while placeholder is displayed.
 const blankImage = 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==';

+ 0 - 0
packages/ckeditor5-image/theme/imageuploadloader.css