mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
Update inline-toolbar and settings buttons margins (#645)
* Update inline-toolbar and settings buttons margins * Bump version * pull master to submodules * Add Raw Tool * Really add Raw tool * Remove submodule * Add RAW tool * Update CHANGELOG.md
This commit is contained in:
parent
ef50f5cf5a
commit
f841c96aeb
18 changed files with 1854 additions and 2053 deletions
|
|
@ -52,6 +52,7 @@
|
|||
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
|
||||
<script src="./tools/table/dist/bundle.js"></script><!-- Table -->
|
||||
<script src="./tools/link/dist/bundle.js"></script><!-- Link -->
|
||||
<script src="./tools/raw/dist/bundle.js"></script><!-- Link -->
|
||||
|
||||
<script src="./tools/marker/dist/bundle.js"></script><!-- Marker -->
|
||||
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
|
||||
|
|
@ -140,6 +141,8 @@
|
|||
|
||||
linkTool: LinkTool,
|
||||
|
||||
raw: RawTool,
|
||||
|
||||
embed: Embed,
|
||||
|
||||
table: {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5bc98b54d6ad67935578e230ed17880e85495dc9
|
||||
Subproject commit 3d3f8c2bc80caefbfb3da47ab876d5a0e6ccdf5b
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit d5edae3137f2ef6575bf78214063f479ace93ec0
|
||||
Subproject commit a41203838cd7198c63e78844e27b19079b00d0fa
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ed7e8cf6d257aeac946e8395ed610ff171915dba
|
||||
Subproject commit 470a64c8ba8a65f3e291d77bc9e2d53a48591f87
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit bd3d444af77ccdb58bc59906f11853fe994f5e2c
|
||||
Subproject commit d4cf81cf76f84d663f28135e791c821298ddf3eb
|
||||
1
example/tools/raw
Submodule
1
example/tools/raw
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e0ace3a0be6561f103b693596618095dffdfb34d
|
||||
Loading…
Add table
Add a link
Reference in a new issue