Fix #1243.
This commit is contained in:
parent
eb2ea88ede
commit
dd8748fbfb
@ -22,7 +22,7 @@ ImageExpand =
|
|||||||
ImageExpand.contract @
|
ImageExpand.contract @
|
||||||
ImageExpand.expand @
|
ImageExpand.expand @
|
||||||
return
|
return
|
||||||
if ImageExpand.on and !@isHidden
|
if ImageExpand.on and !@isHidden and (Conf['Expand spoilers'] or !@file.isSpoiler)
|
||||||
ImageExpand.expand @
|
ImageExpand.expand @
|
||||||
cb:
|
cb:
|
||||||
toggle: (e) ->
|
toggle: (e) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user