提交 64a80b3e 编写于 作者: M Michel Kaporin

Render color picker same way as hover messages. Fixes #31639.

上级 131a7f1b
......@@ -322,10 +322,6 @@ export class ModesContentHoverWidget extends ContentHoverWidget {
fragment.appendChild($('div.hover-row', null, renderedContents));
});
} else {
if (this._colorPicker) {
return;
}
let opaqueFormatter: ColorFormatter, transparentFormatter: ColorFormatter;
if (typeof msg.format === 'string') {
opaqueFormatter = new ColorFormatter(msg.format);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册