mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
Whoops.
This commit is contained in:
@ -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');
|
||||||
|
Reference in New Issue
Block a user