-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature added: KNITE:1239- Content will stay without getting rearranged when editor is resized #410
Open
abin-aloysious
wants to merge
32
commits into
develop
Choose a base branch
from
feature/KNITE-1239-editor-width-resize
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3fc9b83
Build(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6
dependabot[bot] 339392f
Merge pull request #261 from MO-Movia/dependabot/npm_and_yarn/follow-…
Tezra 167314b
Build(deps-dev): Bump webpack-dev-middleware from 7.0.0 to 7.1.1
dependabot[bot] 1a96964
Merge pull request #267 from MO-Movia/dependabot/npm_and_yarn/webpack…
Tezra 8b7be5d
Build(deps): Bump the npm_and_yarn group across 1 directory with 2 up…
dependabot[bot] e8d8d64
Build(deps): Bump the npm_and_yarn group across 1 directory with 1 up…
dependabot[bot] 49e5d71
Merge pull request #273 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 6bf0a33
Merge pull request #275 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 15229ba
Build(deps): Bump formidable
dependabot[bot] 6b281ec
Merge pull request #296 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 9c08f7f
Merge branch 'develop'
5541a6b
Merge branch 'develop'
565513e
Merge branch 'develop'
bcbe18e
Build(deps-dev): Bump the npm_and_yarn group across 1 directory with …
dependabot[bot] 8da6728
Merge pull request #333 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 88a39ef
Build(deps-dev): Bump webpack
dependabot[bot] b1bc329
Merge pull request #384 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 051b707
Build(deps): Bump the npm_and_yarn group across 1 directory with 2 up…
dependabot[bot] 7be6908
Merge pull request #396 from MO-Movia/dependabot/npm_and_yarn/npm_and…
Tezra 63ccf91
Fixed the issue that the backspace and enter key makes the selection …
a694e2f
Fixed the issue of edit button goes outside the vignette if vignette …
e3c31fa
Resolved the cursor issue in the scrollbar of vignette
e5e249c
KNITE - 1239 - The content in the editor shouldn’t get rearranged whe…
e1e19d0
synced with develop
85778cf
Merge remote-tracking branch 'origin/develop' into feature/KNITE-1239…
9094ddf
Merge branch 'develop' into feature/KNITE-1239-editor-width-resize
Tezra 2a60fe5
Merge remote-tracking branch 'origin/main' into feature/KNITE-1239-ed…
Tezra eac1e23
update ver + lock
Tezra d3bf9ab
fix lint issues
Tezra e96af2b
Fixed unit test issue by downgrading the typescript version
d21b852
typescript update for jest
rohanrjohn 50629a2
lock updated with typescript version update
rohanrjohn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be
100%
? It should fill the parent container. This looks like it would break the comments ui.