Small fix on fse formatting
This commit is contained in:
parent
b7da0dc82a
commit
f72b4659b3
|
@ -738,7 +738,7 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
||||||
theme.displayThemedAsset(
|
theme.displayThemedAsset(
|
||||||
art.body,
|
art.body,
|
||||||
self.client,
|
self.client,
|
||||||
{ font : self.menuConfig.font, startRow: artInfo.height },
|
{ font : self.menuConfig.font, startRow: artInfo.height + 1 },
|
||||||
function displayed(err, artInfo) {
|
function displayed(err, artInfo) {
|
||||||
if(artInfo) {
|
if(artInfo) {
|
||||||
mciData['body'] = artInfo;
|
mciData['body'] = artInfo;
|
||||||
|
@ -848,8 +848,7 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
||||||
{
|
{
|
||||||
const fromView = self.viewControllers.header.getView(MciViewIds.header.from);
|
const fromView = self.viewControllers.header.getView(MciViewIds.header.from);
|
||||||
const area = getMessageAreaByTag(self.messageAreaTag);
|
const area = getMessageAreaByTag(self.messageAreaTag);
|
||||||
|
if(fromView !== undefined) {
|
||||||
if(fromView !== undefined) {
|
|
||||||
if(area && area.realNames) {
|
if(area && area.realNames) {
|
||||||
fromView.setText(self.client.user.properties[UserProps.RealName] || self.client.user.username);
|
fromView.setText(self.client.user.properties[UserProps.RealName] || self.client.user.username);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue