mirror of https://github.com/lapce/lapce.git
use raw data
This commit is contained in:
parent
bc3beccbf6
commit
e5481c520a
|
@ -1064,10 +1064,7 @@ fn update_inputs(&mut self, ctx: &mut EventCtx, data: &mut LapceTabData) {
|
|||
ctx.get_external_handle(),
|
||||
data.proxy.clone(),
|
||||
);
|
||||
doc.reload(
|
||||
Rope::from(format!("{:?}", data.config.get_color_unchecked(color))),
|
||||
true,
|
||||
);
|
||||
doc.reload(Rope::from(data.config.theme.ui.get(color).unwrap()), true);
|
||||
data.main_split.value_docs.insert(name, Arc::new(doc));
|
||||
let editor =
|
||||
LapceEditorData::new(None, None, None, content, &data.config);
|
||||
|
|
Loading…
Reference in New Issue