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