effective_bootstrap 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa24ecc96601ddcded2571c7dce3a569da0dce1193582982c878d40777ddf773
|
4
|
+
data.tar.gz: 943ca82b54895a6175ae41ee2692604bf4cbf20711f0798d5b4cce6781677afe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b32cb5310a5b84f6d5877a72946c81e7a06ebe06ec3fb74f5cc3739b3d991f84709ff185ac82bd4e2f96cc96581be369aa0ac489b809f18d885b737fafde1bd4
|
7
|
+
data.tar.gz: 119c4873026a6e94c37726439bbe762ffe82d61b6efbcad4b7db010084fb2c8258f0aa66e1da425668b31806f2c5d0dbea6a8ca9124e035561ce5c50a7143b3f
|
@@ -56,7 +56,7 @@ Quill.register('modules/imageResize', window.ImageResize.default)
|
|
56
56
|
$element.on 'quill:focus', (event) -> quill.focus()
|
57
57
|
|
58
58
|
# Active Storage support
|
59
|
-
if active_storage
|
59
|
+
if active_storage and content_mode != 'code'
|
60
60
|
quill.getModule('toolbar').addHandler('image', -> createImage(quill))
|
61
61
|
|
62
62
|
# Active Support Direct Upload
|