Skip to content

Commit 479a340

Browse files
committed
fix
1 parent 678e300 commit 479a340

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib/editorFile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export default class EditorFile {
5050
*/
5151
#content = null;
5252

53+
/**
54+
* Custom stylesheets for tab
55+
* @type {string|string[]}
56+
*/
57+
stylesheets;
58+
5359
/**
5460
* If editor was focused before resize
5561
*/

0 commit comments

Comments
 (0)