-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix previewable and non-previewable attachments (#125)
* add changeseT * prettier * remove console.log * remove console.log * remove console.log * make TS happy * prettier
- Loading branch information
1 parent
d75c196
commit 4e036a3
Showing
13 changed files
with
278 additions
and
668 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"rhino-editor": patch | ||
--- | ||
|
||
- Fixed a bug in rendering of non-previewable attachments not having an `sgid` or `url` | ||
- Fixed a bug in previewable attachments not having their height + width attached |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
John,Doe,120 jefferson st.,Riverside, NJ, 08075 | ||
Jack,McGinnis,220 hobo Av.,Phila, PA,09119 | ||
"John ""Da Man""",Repici,120 Jefferson St.,Riverside, NJ,08075 | ||
Stephen,Tyler,"7452 Terrace ""At the Plaza"" road",SomeTown,SD, 91234 | ||
,Blankman,,SomeTown, SD, 00298 | ||
"Joan ""the bone"", Anne",Jet,"9th, at Terrace plc",Desert City,CO,00123 |
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
Oops, something went wrong.