disable cropper notifications
This commit is contained in:
@@ -200,7 +200,7 @@ class Upload < ApplicationRecord
|
|||||||
|
|
||||||
def notify_cropper(post)
|
def notify_cropper(post)
|
||||||
if ImageCropper.enabled?
|
if ImageCropper.enabled?
|
||||||
ImageCropper.notify(post)
|
# ImageCropper.notify(post)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user