fix highlight around multiline filenames from WerkTyme
This commit is contained in:
parent
98292d76f9
commit
3ec9c747e4
@ -31,10 +31,10 @@ FappeTyme =
|
|||||||
catalogNode: ->
|
catalogNode: ->
|
||||||
{file} = @thread.OP
|
{file} = @thread.OP
|
||||||
return if !file
|
return if !file
|
||||||
span = $.el 'span',
|
filename = $.el 'div',
|
||||||
textContent: file.name
|
textContent: file.name
|
||||||
className: 'werkTyme-filename'
|
className: 'werkTyme-filename'
|
||||||
$.add @nodes.thumb.parentNode, span
|
$.add @nodes.thumb.parentNode, filename
|
||||||
|
|
||||||
cb:
|
cb:
|
||||||
set: (type) ->
|
set: (type) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user