Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing + mobile adoptation #38

Merged
merged 11 commits into from
Feb 15, 2019
Merged

Landing + mobile adoptation #38

merged 11 commits into from
Feb 15, 2019

Conversation

neSpecc
Copy link
Member

@neSpecc neSpecc commented Feb 14, 2019

No description provided.

const List = require('codex.editor.list');
const RawTool = require('codex.editor.raw');
const ImageTool = require('codex.editor.image');
const Embed = require('codex.editor.embed');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему не через импорты?

* Click on Editor's node to focus after Editor has loaded
*/
focus() {
document.querySelector('.codex-editor__redactor').click();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В последней версии можно через апи редактора это сделать

/**
* Array of plugins contributors
*/
var contributors = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var contributors = {
const contributors = {

}
};

var plugins = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var plugins = [
const plugins = [

@neSpecc neSpecc merged commit 044c24c into master Feb 15, 2019
@neSpecc neSpecc deleted the landing-and-responsive branch February 15, 2019 14:56
@neSpecc neSpecc mentioned this pull request Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants