mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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);
|
range.insertNode(markerElement);
|
||||||
|
|
||||||
// retrieve the position of the marker
|
// retrieve the position of the marker
|
||||||
const $markerElement = $(markerElement)
|
const $markerElement = $(markerElement),
|
||||||
markerOffset = $markerElement.offset(),
|
markerOffset = $markerElement.offset(),
|
||||||
parentScrollLeft = $markerElement.parent().scrollLeft(),
|
parentScrollLeft = $markerElement.parent().scrollLeft(),
|
||||||
$quoteButton = $('.quote-button');
|
$quoteButton = $('.quote-button');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue