mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:29:22 +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…
Reference in New Issue
Block a user