mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
lint it up
This commit is contained in:
parent
ada1d6b987
commit
5a715b7d55
@ -474,7 +474,6 @@ export default Ember.Component.extend({
|
|||||||
desktopModalePositioning();
|
desktopModalePositioning();
|
||||||
} else {
|
} else {
|
||||||
let previewInputOffset = $(".d-editor-input").offset();
|
let previewInputOffset = $(".d-editor-input").offset();
|
||||||
let replyControlOffset = $("#reply-control").offset() || {left: 0};
|
|
||||||
let left = previewInputOffset.left;
|
let left = previewInputOffset.left;
|
||||||
desktopPositioning({left, bottom: $("#reply-control").height() - 45});
|
desktopPositioning({left, bottom: $("#reply-control").height() - 45});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user