|
@@ -96,7 +96,7 @@ export class Outline extends Model {
|
|
fetchPost("/api/block/checkBlockFold", {id}, (foldResponse) => {
|
|
fetchPost("/api/block/checkBlockFold", {id}, (foldResponse) => {
|
|
openFileById({
|
|
openFileById({
|
|
id,
|
|
id,
|
|
- action: foldResponse.data ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL] : [Constants.CB_GET_FOCUS, Constants.CB_GET_SETID, Constants.CB_GET_CONTEXT],
|
|
|
|
|
|
+ action: foldResponse.data ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL, Constants.CB_GET_HTML] : [Constants.CB_GET_FOCUS, Constants.CB_GET_SETID, Constants.CB_GET_CONTEXT, Constants.CB_GET_HTML],
|
|
});
|
|
});
|
|
});
|
|
});
|
|
}
|
|
}
|