mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
Update v1.5 to v1.5.4 (#169)
* quote now saves HTML in author and job * Quote.js improved * Fix (#165) * Remove tool type from switchBlock -> by default it will saved from previous (#166) * small fixes regex match must not be similar to pasted string. Ex: ```https://www.instagram.com/p/BQ3wxmlA5GN/?taken-by=thenotoriousmma`` and match is ```https://www.instagram.com/p/BQ3wxmlA5GN/```. ```SwitchBlock``` have 3 parameter that is not important * new instagram embed regex * raw plugin added (#163) * raw plugin added * Try to paste raw html to raw plugin * insert text/plain to native area instead of contenteditable element * styles updated * rename variable * fixed raw backspace click handler * paste code * Replace mask with two svg icons * Toolbox leaf fix * Remove data in example.html * Toolbar and caret behavior improvments * upd * Upd * new bundle due the local merge * new ui module (#167)
This commit is contained in:
parent
70b506c202
commit
fe40755aa9
24 changed files with 365 additions and 136 deletions
|
|
@ -112,6 +112,7 @@
|
|||
margin-right: 17px;
|
||||
border-radius: 16px;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue