feat: Image resizing (#4368)
* wip * works * wip * refactor * Support replacing image and retain width fix: Copy paste does not retain size * cleanup * fix: Cannot resize past 100% fix: Borders to edges on unresized images * Handle Escape key while dragging * fix: Embeds and images dont render when edit state changes fix: Small animation regression
This commit is contained in:
@@ -24,6 +24,12 @@ import { initSentry } from "./utils/sentry";
|
||||
initI18n();
|
||||
const element = window.document.getElementById("root");
|
||||
|
||||
history.listen(() => {
|
||||
requestAnimationFrame(() =>
|
||||
window.dispatchEvent(new Event("location-changed"))
|
||||
);
|
||||
});
|
||||
|
||||
if (env.SENTRY_DSN) {
|
||||
initSentry(history);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user