-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Yinote window doesnt close in Chrome #106
Comments
Agree, this makes for a BAD experience. You can hit the refresh button and that gets rid of it. |
I have the same issue |
Same issue for me. I'm on Chrome Version 99.0.4844.74 (Official Build) (64-bit) |
The same thing happens to me. |
Same in Brave-Browser |
same as #105 |
No fix yet? |
I have the same issue |
@shuowu I've been debugging this issue and it seems to be related to the file export const StyledDrawer = styled.div`
...
transition: transform 0.3s;
/* it's not updating the value, but props.open does change. Maybe some cache issue? */
transform: ${props => (props.open ? 'translateX(0)' : 'translateX(100%)')};
...
`; I'll keep digging but if you know how to fix it please let me know. |
Passing `open` to the Styled component doesn't refresh the `transform` CSS property. Resolves: Issue byteyilabs#106
I've created a PR fixing this issue: #113 |
I would love to help but I'm a total noob
…On Sun, Sep 4, 2022 at 11:46 PM hh23485 ***@***.***> wrote:
@shuowu <https://github.com/shuowu> can you help to review this PR and
release a new version
I've created a PR fixing this issue: #113
<#113>
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ5J7GQ7A3LW2T4OKEUDCWDV4VUJXANCNFSM5IVUBRXQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Any updates here? |
There seems to be numerous PR's to this extension to fix this issue, but this problem is still prevalent way into 2023... |
july 2023 and its still there , didnt got fixed yet?? |
no, the issue hasn't been fixed yet |
i have found a %1000 better tool to take notes on videos thats faster, easier, cleaner idk if its rude but there is just no way i can use with the bugs and no maintenance its NattyNote its very not known i found it in some reddit post you can find it in chrome web store instead of creating a webpage to store and the notes you took across web, it caches the youtube link so all the notes are in the same place as the video and there is a list of cached files it stores way less space on the screen after all you need to see when noting a quick sentence is the the text, better then covering the whole side of the screen |
trash |
why |
Passing `open` to the Styled component doesn't refresh the `transform` CSS property. Resolves: Issue byteyilabs#106
We can use an alternative for closing the left pane of yinote by refreshing your web page. Press Crtl+r to refresh it quickly and it will disappear |
Issue has been fixed in version 1.8.0 in both chrome & edge store (pending store review, it will be available in store soon)! |
* fix: Drawer does not close Passing `open` to the Styled component doesn't refresh the `transform` CSS property. Resolves: Issue #106 * refactor: Removes metadata from the window title from the export filename Transforms `(123) My super video - YouTube` into just `My super video` * fix: Fixes deprecated error when using `fromString` and `isUuid` Also fixes exporting markdown files with links without the video ID nor the `t=` query param. * fix: Moves uuid to a separate file
Describe the bug
The yinote window open on the right hand side close in firefox but doesnt close in Chrome.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected to close by sliding to the right
Screenshots
If applicable, add screenshots to help explain your problem.
Browser (please complete the following information):
-Version 96.0.4664.45 (Official Build) (64-bit)
Additional context
Add any other context about the problem here
yinote.bug.chrome.mp4
.
The text was updated successfully, but these errors were encountered: