diff --git a/pyproject.toml b/pyproject.toml index 29f6c1396..3984c6b49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "writer" -version = "0.8.0rc8" +version = "0.8.0" description = "An open-source, Python framework for building feature-rich apps that are fully integrated with the Writer platform." authors = ["Writer, Inc."] readme = "README.md" diff --git a/src/ui/src/builder/panels/BuilderCodePanel.vue b/src/ui/src/builder/panels/BuilderCodePanel.vue index e7d830c70..0f331cc39 100644 --- a/src/ui/src/builder/panels/BuilderCodePanel.vue +++ b/src/ui/src/builder/panels/BuilderCodePanel.vue @@ -5,6 +5,7 @@ :contents-teleport-el="contentsTeleportEl" :actions="actions" :scrollable="false" + keyboard-shortcut-key="J" class="BuilderCodePanel" >