Skip to content

Commit f2c312b

Browse files
committed
chore: format code
1 parent 74d112a commit f2c312b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/plugins/jsmind.multiline-text.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,14 @@ export class MultilineText {
323323
*/
324324
restore_original_methods() {
325325
const view = this.jm.view;
326-
const methods = ['edit_node_begin', 'edit_node_end', 'render_node', 'show', '_custom_node_render', '_default_node_render'];
326+
const methods = [
327+
'edit_node_begin',
328+
'edit_node_end',
329+
'render_node',
330+
'show',
331+
'_custom_node_render',
332+
'_default_node_render',
333+
];
327334

328335
methods.forEach(method => {
329336
if (this.original_methods[method]) {

0 commit comments

Comments
 (0)