mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Whoops.
This commit is contained in:
parent
c6a6d6e1d6
commit
c402641684
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default Ember.Controller.extend({
|
|||
range.insertNode(markerElement);
|
||||
|
||||
// retrieve the position of the marker
|
||||
const $markerElement = $(markerElement)
|
||||
const $markerElement = $(markerElement),
|
||||
markerOffset = $markerElement.offset(),
|
||||
parentScrollLeft = $markerElement.parent().scrollLeft(),
|
||||
$quoteButton = $('.quote-button');
|
||||
|
|
Loading…
Reference in a new issue