Skip to content

Commit 03994b2

Browse files
author
minjk-bl
committed
Apps > Markdown - set default text from 'Sample Text' to nothing
1 parent 4627e67 commit 03994b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api_block/constData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ define([
345345

346346
const STR_UNTITLED = 'Untitled';
347347
const STR_TEXT_BLOCK_MARKDOWN_FUNCID = 'com_markdown';
348-
const STR_SAMPLE_TEXT = 'Sample Text';
348+
const STR_SAMPLE_TEXT = ''; //'Sample Text';
349349

350350
/** ---------------------------------------- const CSS id String ------------------------------------------ */
351351
const VP_ID_PREFIX = '#';

0 commit comments

Comments
 (0)