forked from FirebaseExtended/firepad
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) Monaco Adapter: Fix EOL Reset in Monaco Model
Remove setValue call in setIntiated method in Monaco Adapter, replaced with it's own setText method. Signed-off-by: Progyan Bhattacharya <[email protected]>
- Loading branch information
1 parent
176358a
commit c0a2a13
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@hackerrank/firepad", | ||
"description": "Collaborative text editing powered by Firebase", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Progyan Bhattacharya", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters