mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Added improved loader.
This commit is contained in:
@@ -12,3 +12,6 @@ ReactDOM.render(
|
||||
</IconContext.Provider>,
|
||||
document.querySelector("#app")
|
||||
);
|
||||
|
||||
// Hide the loader.
|
||||
document.querySelector(".loading").style.display = "none";
|
||||
|
||||
Reference in New Issue
Block a user